Browse Source

Added PECL APM

pull/411/head
Patrick Allaert 10 years ago
parent
commit
c8008e027c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

352
 ## Debugging
352
 ## Debugging
353
 *Libraries and tools for debugging code.*
353
 *Libraries and tools for debugging code.*
354
 
354
 
355
+* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
355
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
356
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
356
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
357
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
357
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
358
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.

Loading…
Cancel
Save