https://github.com/mah-shamim/phpmetrics
https://github.com/mah-shamim/phpmetrics
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mah-shamim/phpmetrics
- Owner: mah-shamim
- License: mit
- Created: 2020-01-15T20:03:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T08:14:16.000Z (over 5 years ago)
- Last Synced: 2025-03-28T08:51:13.505Z (about 1 month ago)
- Language: PHP
- Size: 14.2 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpMetrics
[](https://packagist.org/packages/phpmetrics/phpmetrics)
[](http://travis-ci.org/phpmetrics/PhpMetrics)
[](https://packagist.org/packages/phpmetrics/phpmetrics)
[](https://join.slack.com/t/phpmetrics/shared_invite/enQtODU3MjQ4ODAxOTM5LWRhOGFhODMxN2JmMDRmOGVjNGQ0ZjNjNzVlNDIwNzQ2MWQ2YzgxYmRlNmM5NzIzZjlhYTFjZjZhYzAyMjM0YmE)
PhpMetrics provides metrics about PHP project and classes, with beautiful and readable HTML report.
[Demo](http://www.phpmetrics.org/report/latest/index.html) | [Documentation](http://www.phpmetrics.org/documentation/index.html) | [Twitter](https://twitter.com/Halleck45) | [Contributing](https://github.com/phpmetrics/PhpMetrics/blob/master/doc/contributing.md)
## Quick start
composer require phpmetrics/phpmetrics --dev
php ./vendor/bin/phpmetrics --report-html=myreport .
Then open the generated `./myreport/index.html` file in your browser.## More
If want, you can [install](https://github.com/phpmetrics/PhpMetrics/blob/master/doc/installation.md) PhpMetrics globally with your favorite package manager. You can also visit our [documentation](http://www.phpmetrics.org/documentation/index.html).
## Author
+ Jean-François Lépine <[@Halleck45](https://twitter.com/Halleck45)>
## License
See the [LICENSE](LICENSE) file.
## Contributing
See the [CONTRIBUTING](doc/contributing.md) file.