|
|
|
|
|
|
38
|
- [Static Analysis](#static-analysis)
|
38
|
- [Static Analysis](#static-analysis)
|
|
39
|
- [Architectural](#architectural)
|
39
|
- [Architectural](#architectural)
|
|
40
|
- [Debugging and Profiling](#debugging-and-profiling)
|
40
|
- [Debugging and Profiling](#debugging-and-profiling)
|
|
|
|
41
|
+ - [Error Tracking and Monitoring Services](#error-tracking-and-monitoring-services)
|
|
41
|
- [Build Tools](#build-tools)
|
42
|
- [Build Tools](#build-tools)
|
|
42
|
- [Task Runners](#task-runners)
|
43
|
- [Task Runners](#task-runners)
|
|
43
|
- [Navigation](#navigation)
|
44
|
- [Navigation](#navigation)
|
|
|
|
|
|
|
439
|
|
440
|
|
|
440
|
* [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
|
441
|
* [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
|
|
441
|
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
442
|
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
|
442
|
-* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler.
|
|
|
|
443
|
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
|
443
|
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
|
|
444
|
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
444
|
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
|
445
|
* [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
|
445
|
* [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
|
|
|
|
|
|
|
448
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
448
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
|
449
|
* [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
|
449
|
* [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
|
|
450
|
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
|
450
|
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
|
|
451
|
-* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
|
|
|
|
452
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
451
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
|
453
|
* [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
|
452
|
* [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
|
|
454
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
453
|
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
|
455
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
454
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
|
456
|
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
|
455
|
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
|
|
457
|
|
456
|
|
|
|
|
457
|
+### Error Tracking and Monitoring Services
|
|
|
|
458
|
+*Self-hosted or cloud-based application performance monitoring & error tracking tools*
|
|
|
|
459
|
+
|
|
|
|
460
|
+* [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
|
|
|
|
461
|
+* [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers.
|
|
|
|
462
|
+* [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams.
|
|
|
|
463
|
+* [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software.
|
|
|
|
464
|
+* [Tideways](https://tideways.com/) - Monitoring and profiling tool.
|
|
|
|
465
|
+
|
|
458
|
### Build Tools
|
466
|
### Build Tools
|
|
459
|
*Project build and automation tools.*
|
467
|
*Project build and automation tools.*
|
|
460
|
|
468
|
|