PhpMetrics provides metrics about PHP project and classes, with beautiful and readable HTML report.
Demo | Documentation | Twitter | Contributing
composer require phpmetrics/phpmetrics
php ./vendor/bin/phpmetrics --report-html=myreport .
Then open the generated ./myreport/index.html
file in your browser.
If want, you can install PhpMetrics globally with your favorite package manager. You can also visit our documentation.
- Jean-François Lépine <@Halleck45>
See the LICENSE file.
See the CONTRIBUTING file.