Add PHPench

This commit is contained in:
Matthias Endler 2014-12-16 09:37:29 +01:00
parent 366567bddb
commit ecde63278c

View File

@ -308,6 +308,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
* [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.
* [PHPench](https://github.com/mre/PHPench) - Graphical realtime benchmarks for PHP functions
## Debugging
*Libraries and tools for debugging code.*