Installing PHP PEAR code sniffer (mac)

doublejosh picture doublejosh · Feb 27, 2012 · Viewed 7.2k times · Source

Attempting to install the PHP PEAR code sniffer extension on a mac (after installing Mac Ports) to no avail. Ultimate goal is Drupal code sniffing in Komodo somewhat via these instructions... http://blog.8bitplateau.net/drupa-code-sniffer-komodo/

Command:

pear install PHP_CodeSniffer

Error:

No releases available for package "pear.php.net/PHP_CodeSniffer"

Answer

gettingThereSlowly picture gettingThereSlowly · Feb 6, 2013

After downloading:

pear channel-discover pear.phpunit.de

I was getting package unavailable when tyring to install the package. My answer, working in Windows, from the command prompt type:

pear clear-cache

then type:

pear install phpunit/PHPUnit

job done, if you clear the cache after every installation, any further install goes without a hitch. ENjoy