Merge pull request #207 from jbrooksuk/master

Added PHPCheckstyle
This commit is contained in:
Jamie York 2014-10-22 16:01:30 -06:00
commit eaef5c5789
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
## Build Tools
*Project build and automation tools.*