Skip to content

Instantly share code, notes, and snippets.

@coolguy1990
Last active August 29, 2015 14:19
Show Gist options
  • Save coolguy1990/815c90dc5679d792f986 to your computer and use it in GitHub Desktop.
Save coolguy1990/815c90dc5679d792f986 to your computer and use it in GitHub Desktop.

pear config-set auto_discover 1 pear install pear.phpunit.de/PHPUnit

pear channel-discover pear.pdepend.org pear install pdepend/PHP_Depend

pear channel-discover pear.phpmd.org pear channel-discover pear.pdepend.org pear install --alldeps phpmd/PHP_PMD

sudo wget http://cs.sensiolabs.org/get/php-cs-fixer.phar -O /usr/local/bin/php-cs-fixer sudo chmod a+x /usr/local/bin/php-cs-fixer

sudo pear install PHP_CodeSniffer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment