1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

Added PHPCheckstyle

This commit is contained in:
James Brooks 2014-08-20 09:14:12 +01:00
parent 0cc2ae6407
commit 3e115e0ea2

View File

@ -290,6 +290,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.*