Skip to content

Instantly share code, notes, and snippets.

@bitcreator
Created December 19, 2014 12:27
Show Gist options
  • Save bitcreator/6d1de8b70bf0dac863a0 to your computer and use it in GitHub Desktop.
Save bitcreator/6d1de8b70bf0dac863a0 to your computer and use it in GitHub Desktop.
# PHPMD
pear channel-discover pear.phpmd.org
pear channel-discover pear.pdepend.org
pear install --alldeps phpmd/PHP_PMD
# PHPCS
pear install PHP_CodeSniffer
# PHPCPD
pear install phpunit/phpcpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment