Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 7 PHP Error Handling Projects
-
To get the full control of the error output (or, rather, of the error message handling) I would suggest to use an exception handling function, set_exception_handler() I've got an example in my article on PHP error reporting. There, instead of just spitting out the raw exception, you can use the Exception class methods to get the relevant parts and either log or echo them out, depends on the server role. Or you can even include a library like Whoops that dramatically improves the output.
-
Tracy
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it. (by nette)
You may have already used some of Nette's tools in other projects you've worked on and not known it! There is the very extendable Tracy for debugging similar to Whoosh, and Latte for intuitive HTML templating.
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
Check out spatie/laravel-ignition (if using Laravel) or filp/whoops
-
-
-
All it takes is an instance of Honeybadger\LogHandler as a Monolog Handler.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
PHP Error Handling related posts
- Weekly help thread
- error: there's a bug in your code
- I hate PHP development
- spatie/ignition is now framework agnostic and can be used as your local error handler in any PHP project
- Does anyone know of a Go library that provides "helpful" error pages for web apps?
- Computer crash with a debug console in a Danish public bus.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Jun 2023
Index
What are some of the best open-source Error Handling projects in PHP? This list will help you:
Project | Stars | |
---|---|---|
1 | Whoops | 13,006 |
2 | Tracy | 1,641 |
3 | laravel-ignition | 308 |
4 | sneaker | 221 |
5 | friendly-exception | 45 |
6 | honeybadger-php | 36 |
7 | error-handler | 10 |