| Live example If you want to see a live example of the capabilities of the PHP plugin, you can have a look at the analysis of the PHP CodeSniffer project on Nemo. |
Description / Features
The plugin enables analysis of PHP projects within Sonar.
It relies on well-known external tools: PHPUnit, PHP Depend, PHPMD and PHP_CodeSniffer.
Installation
- Install the PHP Environment
- Install the Sonar PHP plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
- Restart the Sonar server
Usage
Run a Sonar Analysis with the Sonar Runner (Recommended Way)
To launch a Sonar analysis of your PHP project, use the Sonar Runner.
Sample projects are available on GitHub that can be browsed or downloaded: /projects/languages/php.
Run a Sonar Analysis with the other Analyzers
Maven and Ant can also be used to launch analysis on PHP projects.
Advanced Settings
Disabling or enabling external tools on demand
It is possible to disable each PHP tool.
Reusing existing reports
To reuse existing reports from PHP Depend, PHPUnit, etc.:
- Put these reports into $PROJECT_HOME/target/logs/.
- Set the property 'sonar.<external_tool>.analyzeOnly' to 'true'
- Set the 'sonar.<external_tool>.fileName' to the name of the report
Also, you have to stick to the required version of tools supported from you version of Sonar PHP Plugin. Because sonar php plugin uses files located on the file system to make them match with violations, you have to be sure that your source directories and test directories are correctly referenced in your pom.xml even your project is not build with maven.
Here is an example:
FAQ and Troubleshooting
Extending Coding Rules
See the tutorial to extend coding rules with PHP_CodeSniffer and/or PHPMD.
Roadmap
- PHP 1.2 - short-term activity (see the JIRA open tickets)
- Improve the PHP CodeSniffer rule repository (adding missing parameters, descriptions, ...)
- Work on the "Sonar Way", PEAR and Zend profiles (<= for PHP gurus!
)
- PHP 2.0 - mid-term activity
- Handle multiple files with the same name
- Consider root folders as "Projects"
- Non structured PHP files
- If it turns out that those tickets are technically difficult/long to implement, then they can be postponed
Change Log

