From ecde63278cca5d75ffc95c678bc9533eff908c1a Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 16 Dec 2014 09:37:29 +0100 Subject: [PATCH] Add PHPench --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af3ea3..c3e8b8f 100644 --- a/README.md +++ b/README.md @@ -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.*