# Sonar for PHP installation for CentOS 6 # See http://docs.codehaus.org/display/SONAR/Installing+PHP+Environment pear channel-discover pear.phpunit.de pear channel-discover pear.symfony-project.com pear install phpunit/PHPUnit-3.5.5 yum -y install php-devel pecl install xdebug # edit /etc/php.ini and add this line: # zend_extension="FULL_PATH_TO/xdebug.so" pear channel-discover pear.pdepend.org pear install pdepend/PHP_Depend-1.0.3 pear channel-discover pear.phpmd.org pear install --alldeps phpmd/PHP_PMD-1.3.2 pear install PHP_CodeSniffer-1.3.2