Skip to content

BRQ-net/BrqErrorHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

BrqErrorHandler

PHP ErrorHandler

author


BrqErrorHandler screenshot

BrqErrorHandler is an error handler class for PHP. provides a pretty error interface that helps you debug your project.

Installing

  1. Download Or Clone this repo to your project folder.

  2. Register the handler in your code:

    // hide php errors
    ini_set('display_errors', 0);
    
    // include BrqErrorHandler
    require_once "BrqErrorHandler/ErrorHandler.php";
    
    // init
    new ErrorHandler;

About

PHP ErrorHandler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages