http://www.manageit.me ---The greatest minds in IT in 50+ presentations : top industry-leaders: Creator of MySQL Michael "Monty" Widenius, Internet Celebrity Gary Vaynerchuk, Co-Creator of PHP & Zend CTO Zeev Suraski, Richard Sheridan, CEO of Menlo Innovations & Pioneer of Agile eXtreme Programmi...
Whoops is a small library, available as a Composer package, that helps you handle errors and exceptions across your PHP projects.
Out of the box, you get a sleek, intuitive and informative error page each time something goes pants-up in your application. Even better, under all that is a very straight-forward, but flexible, toolset for dealing with errors in a way that makes sense for whatever it is that you're doing.
The library's main features are:
Detailed and intuitive page for errors and exceptions
Code view for all frames
Focus on error/exception analysis through the use of custom, simple middle-ware/handlers
Support for JSON and AJAX requests
Included providers for Silex and Zend projects through the bundled providers, and included as part of the Laravel 4 core
Clean, compact, and tested code-base, with no extra dependencies