phpmd

PHP Mess Detector - detects code quality issues in PHP

brewmacoslinux
Try with needOr install directly
Source

About

PHP Mess Detector

Commands

phpmd

Examples

Analyze a PHP file for code quality issues using text format$ phpmd index.php text codesize,naming,unusedcode
Analyze entire src directory and output results as HTML report$ phpmd src html codesize,design,naming > report.html
Check PHP files with default ruleset and exit with error code if issues found$ phpmd app/controllers text cleancode,codesize,controversial,design,naming,unusedcode