Damnit

php errors for cool kids

Build Status


Damnit is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system.

Basic Usage:

To use Damnit with default settings, for a web project, simply create an instance and register() it:


$damnit = new Damnit\Run;
$damnit->register();

S
Description
No description provided
Readme 2.6 MiB
Languages
PHP 92.5%
CSS 4.6%
JavaScript 2.9%