From 5d992c7fa929dced0b2b93005780a0db275c9e5c Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 30 Nov 2014 18:15:33 -0700 Subject: [PATCH] Added missing library Tracy. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4334f72..47eb04a 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. +* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library. ## Build Tools *Project build and automation tools.*