|
|
@@ -461,6 +461,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
461
|
461
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
462
|
462
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
463
|
463
|
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
|
|
|
464
|
+* [Trap](https://github.com/buggregator/trap) - An extended variable dumper with web interface and [IDE plugin](https://plugins.jetbrains.com/plugin/26344-buggregator).
|
|
464
|
465
|
|
|
465
|
466
|
### Error Tracking and Monitoring Services
|
|
466
|
467
|
*Self-hosted or cloud-based application performance monitoring & error tracking tools*
|
|
|
@@ -471,6 +472,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
471
|
472
|
* [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
|
|
472
|
473
|
* [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
|
|
473
|
474
|
* [Tideways](https://tideways.com/) - Monitoring and profiling tool.
|
|
|
475
|
+* [Buggregator](https://buggregator.dev) - A debug tool that aggregates var-dumps, profiles, emails, logs, Sentry, and others.
|
|
474
|
476
|
|
|
475
|
477
|
### Build Tools
|
|
476
|
478
|
*Project build and automation tools.*
|