Some static analysis tools for PHP coding !
This repo contains rule sets for the most useful static code analysis tools for php.
Ugly code may come from good coders. Both those tools are a must have to ensure your projects keep being maintainables.
See the respective documentation of any tool of this toolbox for more informations
- CodeSniffer A tool looking for coding standards violation
- MessDetector A tool measuring how messy your code is
This doc and standard has mainly been taken from the Symfony2 coding standard