Added PECL APM

This commit is contained in:
Patrick Allaert 2015-06-10 13:11:23 +02:00
parent 5bfc79401e
commit c8008e027c
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Debugging
*Libraries and tools for debugging code.*
* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.