A PHP library for better dealing with errors and exceptions
whoops is a nice little library that helps you develop and maintain your projects better, by helping you deal with errors and exceptions in a less painful way.
Site : http://filp.github.io/whoops/
Demo : http://filp.github.io/whoops/demo
Download: https://github.com/filp/whoops/tags
Docs: https://github.com/filp/whoops/wiki/API-Documentation
Features
- Includes providers for Silex and Zend Framework 2, with community-provided support for other platforms and frameworks
- Now included in the Laravel 4 core!
- Detailed & intuitive page for errors and exceptions (PrettyPageHandler)
- Code view for all frames in a stack trace with line highlights (PrettyPageHandler)
- Frame comments & analysis through custom middle-ware/handlers (PrettyPageHandler)
- Request & app-specific information through custom middle-ware/handlers (PrettyPageHandler)
- JSON & AJAX support (JsonResponseHandler)
- XML & SOAP support (XmlResponsehandler, SoapResponseHandler)
- Clean and tested code-base that's easy to extend and build on to make it work just right for your project