Skip to content

Instantly share code, notes, and snippets.

@appkr
Last active June 24, 2018 12:44
Show Gist options
  • Select an option

  • Save appkr/824ea4d4293554a1e124c0f3343b3d57 to your computer and use it in GitHub Desktop.

Select an option

Save appkr/824ea4d4293554a1e124c0f3343b3d57 to your computer and use it in GitHub Desktop.
phpmd
$ 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