From cf321e62027d81a6856cc450590fd19fd2c7fd7a Mon Sep 17 00:00:00 2001 From: corpsee Date: Wed, 4 Feb 2015 23:30:06 +0600 Subject: [PATCH] Added Nameless debug package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50e0765..2254b4c 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger. * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library. * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server. +* [Nameless debug package](https://github.com/corpsee/nameless-debug) - Simple and independent debug component compliant with PSR1, PSR2 and PSR4 for PHP 5.4+. ## Build Tools *Project build and automation tools.*