Skip to content

Instantly share code, notes, and snippets.

@tvl83
Created January 24, 2014 16:41
Show Gist options
  • Save tvl83/8601029 to your computer and use it in GitHub Desktop.
Save tvl83/8601029 to your computer and use it in GitHub Desktop.
sudo pear channel-discover pear.pdepend.org
sudo pear remote-list -c pdepend
sudo pear install pdepend/PHP_Depend-1.1.4
sudo pear channel-discover pear.phpmd.org
sudo pear remote-list -c phpmd
sudo pear install phpmd/PHP_PMD-1.5.0
sudo pear install pdepend/PHP_CodeSniffer_Standards_PDepend2-1.0.0
sudo service php5-fpm restart
Check the video to configure PHPMD and PHPCS with PHPStorm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment