当前位置:网站首页>PhpMetrics usage
PhpMetrics usage
2022-07-30 22:06:00 【wwz_henu】
PhpMetrics is a static analysis tool that provides various metrics about PHP projects
1. Installation
composer global require 'phpmetrics/phpmetrics'Pay attention to the installation location. Generally, the .composer file in the user directory will be installed, and the following output will be displayed
Changed current directory to /Users/Marin/.composer2. Execute
# Analyze the /var/www/project project and generate html format files to the /tmp/report.html directory/Users/Marin/.composer/vendor/bin/phpmetrics --report-html=/tmp/report.html /var/www/project/tmp/report.html directory

3. Use a browser to open index.html to view the results

边栏推荐
- MySQL cursors
- QT 在父类中添加子类的流程,object tree,
- Navicat cannot connect to mysql super detailed processing method
- 活动推荐 | 2022年深圳最值得参加的边缘计算活动
- ClickHouse to create a database to create a table view dictionary SQL
- MySQL压缩包方式安装,傻瓜式教学
- How do I refresh the company's background management system (Part 1) - performance optimization
- MySQL Soul 16 Questions, How Many Questions Can You Last?
- 网安学习-内网渗透3
- 【无标题】
猜你喜欢

QT 在父类中添加子类的流程,object tree,

【Nacos】解决Nacos下载速度缓慢的问题

Py之pdpbox:pdpbox的简介、安装、案例应用之详细攻略

kubernetes

2022/07/30 学习笔记 (day20) 面试题积累

CISP-PTE真题演示

navicat无法连接mysql超详细处理方法

解决npm warn config global `--global`, `--local` are deprecated. use `--location=global` instead

MySql 5.7.38 download and installation tutorial, and realize the operation of MySql in Navicat

ML之shap:基于FIFA 2018 Statistics(2018年俄罗斯世界杯足球赛)球队比赛之星分类预测数据集利用RF随机森林+计算SHAP值单样本力图/依赖关系贡献图可视化实现可解释性之攻略
随机推荐
openim支持十万超级大群
冲刺第六周
3 minutes to take you to understand WeChat applet development
openim支持十万超级大群
Google Earth Engine ——
TransGAN代码复现—九天毕昇平台
MySQL cursors
【翻译】作为混沌网的LFX门徒的经验
系统结构考点之CRAY-1向量处理机
proxy反向代理
Qt 同时生成动态库和静态库
ML.NET相关资源整理
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
go语言慢速入门——流程控制语句
【导航规划】导航规划背景知识总结
MYSQL JDBC图书管理系统
Rust编译报错:error: linker `cc` not found
解决npm warn config global `--global`, `--local` are deprecated. use `--location=global` instead
【菜鸡含泪总结】如何用pip、anaconda安装库
for...in 和 for...of 的区别