Merge pull request #297 from lluisi/master

Add Z-Ray as a Debuggin tool
This commit is contained in:
Jamie York 2015-01-23 11:28:45 -07:00
commit 51a748c4be
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
* [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.
## Build Tools
*Project build and automation tools.*