Added Bugsnag to Debugging / Profiling

This commit is contained in:
Don Pinkus 2017-09-06 13:21:08 -07:00 committed by GitHub
parent b1dc7e190c
commit 7e61f30e15
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
* [BugSnag](https://www.bugsnag.com/platforms/php/) - Logs bugs. Includes useful debugging info like session, release, etc. Has a free tier / is free for open source.
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.