Last active
June 24, 2018 12:44
-
-
Save appkr/824ea4d4293554a1e124c0f3343b3d57 to your computer and use it in GitHub Desktop.
phpmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ wget -c http://static.phpmd.org/php/latest/phpmd.phar && mv ./phpmd.phar /usr/local/bin/phpmd | |
| $ php -d allow_url_fopen=On -d detect_unicode=Off -d memory_limit=512M phpmd \ | |
| app,config,database \ | |
| html \ | |
| cleancode,codesize,controversial,naming,unusedcode \ | |
| --reportfile phpmd.html \ | |
| --suffixes php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment