1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-27 04:54:26 +02:00

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

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.*