From 7e61f30e155a1063ed5bfc3db3dd14744fc6fc25 Mon Sep 17 00:00:00 2001 From: Don Pinkus Date: Wed, 6 Sep 2017 13:21:08 -0700 Subject: [PATCH 1/6] Added Bugsnag to Debugging / Profiling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bffeb..0227880 100644 --- a/README.md +++ b/README.md @@ -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. From 35292556ae01dd50c4a8bfeb634b2e9c7425b1fc Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Thu, 22 Feb 2024 19:38:42 +0200 Subject: [PATCH 2/6] Create a separate category for error tracking services (#1256) * Create a separate category for error tracking services Created a separate category for error tracking services and added several popular tools to it. * Sort items * Update table of contents * Fix names --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fbcac1..7f502f3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Static Analysis](#static-analysis) - [Architectural](#architectural) - [Debugging and Profiling](#debugging-and-profiling) + - [Error Tracking and Monitoring Services](#error-tracking-and-monitoring-services) - [Build Tools](#build-tools) - [Task Runners](#task-runners) - [Navigation](#navigation) @@ -439,7 +440,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APM](https://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://www.blackfire.io) - A low-overhead code profiler. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. * [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver. @@ -448,13 +448,21 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework. * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler. * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component. -* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool. * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library. * [Whoops](https://github.com/filp/whoops) - A pretty error-handling library. * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP. * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook. * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server. +### Error Tracking and Monitoring Services +*Self-hosted or cloud-based application performance monitoring & error tracking tools* + +* [Blackfire](https://www.blackfire.io) - A low-overhead code profiler. +* [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers. +* [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams. +* [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software. +* [Tideways](https://tideways.com/) - Monitoring and profiling tool. + ### Build Tools *Project build and automation tools.* From 8adc784315abe9ead68441dd17e915b7c526d035 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Mon, 26 Feb 2024 13:47:19 +0200 Subject: [PATCH 3/6] Remove `Nomad PHP` YouTube channel Remove `Nomad PHP` YouTube channel as it is not updated and `nomadphp.com` website is also in the Web Sites section. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 50e66ac..8b99ca5 100644 --- a/README.md +++ b/README.md @@ -924,7 +924,6 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Videos *Fantastic PHP-related videos.* -* [Nomad PHP Lightning Talks](https://www.youtube.com/c/nomadphp) - 10 to 15 minute Lightning Talks by PHP community members. * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference. * [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. * [Taking PHP Seriously](https://www.infoq.com/presentations/php-history/) - A talk outlining PHP's strengths by Keith Adams of Facebook. From e5a2e1f4af27909554cf82b80b3770e1b31eff86 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Mon, 26 Feb 2024 16:04:38 +0200 Subject: [PATCH 4/6] Remove Taking PHP Seriously video [skip ci] Outdated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8b99ca5..44cbad0 100644 --- a/README.md +++ b/README.md @@ -926,7 +926,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference. * [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. -* [Taking PHP Seriously](https://www.infoq.com/presentations/php-history/) - A talk outlining PHP's strengths by Keith Adams of Facebook. * [Laracasts](https://laracasts.com) - Screencasts about Laravel, Vue JS and more. * [Laravel YouTube Channel](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg) - The official Laravel YouTube channel. * [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony. From 52fe1a6e2f9be555a8bc2057b90145dcd00e7c63 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Mon, 26 Feb 2024 16:19:32 +0200 Subject: [PATCH 5/6] Created a separate category for PHP Conferences --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44cbad0..30d270e 100644 --- a/README.md +++ b/README.md @@ -924,12 +924,19 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Videos *Fantastic PHP-related videos.* -* [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference. -* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. * [Laracasts](https://laracasts.com) - Screencasts about Laravel, Vue JS and more. * [Laravel YouTube Channel](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg) - The official Laravel YouTube channel. +* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara. * [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony. +### PHP Conferences +*PHP conferences.* + +* [Laracon EU](https://www.youtube.com/@LaraconEU) - Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others. +* [PHP[TEK]](https://tek.phparch.com/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language. +* [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference. + + ### PHP Podcasts *Podcasts with a focus on PHP topics.* From f1664939fffeb292f106d963b939d00ab68be399 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Mon, 26 Feb 2024 16:22:40 +0200 Subject: [PATCH 6/6] Update Table of Contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30d270e..d6fc3ea 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Websites](#php-websites) - [PHP Books](#php-books) - [PHP Videos](#php-videos) + - [PHP Conferences](#php-conferences) - [PHP Podcasts](#php-podcasts) - [PHP Newsletters](#php-newsletters) - [PHP Reading](#php-reading)