Added by Simon Brandhof, last edited by Simon Brandhof on Apr 08, 2009  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
Authors
SonarSource, Julien Lancelot
Jira
http://jira.codehaus.org/browse/SONARPLUGINS/component/13723
Last Version
N/A
State
Under development
License
LGPL v3
Sources
http://svn.codehaus.org/sonar-plugins/trunk/php/
Download
N/A

Compatibility

Plugin versions
1.8
0.1

Features

Installation

  1. Install PHP
  2. Install PEAR if not included in PHP distribution (tutorial for MacOS X Leopard)
  3. Install PHP Depend
    pear channel-discover pear.pdepend.org
    pear install pdepend/PHP_Depend-beta
    
  4. Install PHP CodeSniffer
    1. Download and unzip 1.2.0 RC1release
    2. Execute in the directory 'PHP_CodeSniffer-1.2.0RC1' :
      pear install PHP_CodeSniffer-1.2.0RC1
      
  5. Copy the sonar plugin (.jar file) to /extensions/plugins/ directory
  6. Restart Sonar Web server