|
|
@@ -382,17 +382,17 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
382
|
382
|
*Libraries and tools for debugging and profiling code.*
|
|
383
|
383
|
|
|
384
|
384
|
* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
|
|
385
|
|
-* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
386
|
|
-* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
387
|
|
-* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
388
|
385
|
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
|
389
|
|
-* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
390
|
|
-* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
391
|
|
-* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
|
|
392
|
|
-* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
393
|
386
|
* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
|
|
394
|
387
|
* [Kint](https://github.com/raveren/kint) - A debugging and profiling tool.
|
|
|
388
|
+* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
|
|
389
|
+* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
395
|
390
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
|
|
391
|
+* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
|
|
|
392
|
+* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
|
393
|
+* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
|
394
|
+* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
|
395
|
+* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
|
|
396
|
396
|
|
|
397
|
397
|
## Build Tools
|
|
398
|
398
|
*Project build and automation tools.*
|