1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-21 09:39:05 +00:00

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

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.*