Download the PHP package smmccabe/phpdebt without Composer
On this page you can find all versions of the php package smmccabe/phpdebt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smmccabe/phpdebt
More information about smmccabe/phpdebt
Files in smmccabe/phpdebt
Package phpdebt
Short Description App that uses a few code health tools to give an estimated technical debt score.
License GPL-3.0-or-later
Informations about the package phpdebt
phpdebt
PHP Technical Debt Calculator
It scans through your code looking for any faults based on a number of standards from existing code analysis tools, it totals up the number of faults it finds and compares them against the total lines of functional code (comments and whitespace are excluded) and gives a quality score.
Currently works primarly against Drupal
Installation
Usage and Examples
Against a whole project
Against a specific folder
Against a specific file
Against wildcards
Sample output
Score Guidelines
Faults per 100 lines:
- < 2 - Excellent Code
- < 6 - Good Code
- < 10 - Decent Code
- < 25 - Needs work, cleanup should be prioritized of most feature work
- >= 25 Needs significant work, cleanup should be prioritized over any feature work or bugfixes.
Fixing Found Faults
phpdebt does not currently provide a verbose mode, to identify and fix specific faults, it is recommended to run tools such as phpmd and phpcs directly, see the phpdebt script if you wish to replicate what phpdebt is running. A verbose mode will be added in the future.
Bugs or Issues
Please post any bugs, issues or support requests to the github issue board
All versions of phpdebt with dependencies
drupal/coder Version 8.3.13
phpmd/phpmd Version ^2.13
phploc/phploc Version ^7.0
symfony/finder Version ^6.2