library catchr
Handles PHP errors and creates GitHub issues for them
samhendrickx/catchr
Handles PHP errors and creates GitHub issues for them
- Sunday, May 10, 2015
- by samhendrickx
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 2 Open issues
- 2 Versions
- 0 % Grown
catchr
Still under development
Catches all PHP errors and creates GitHub issues for them, (*1)
catchr is an error handler for PHP. It catches all the PHP errors that occure and creates GitHub issues for them., (*2)
(current) Features
- Catches all errors (even Fatal errors)
- Creates clear, detailed GitHub issues
- Clean, well-structured & tested code-base
(upcoming) Features
- Redirect to pretty error page
- Redirect to own error page
- Integration with BitBucket
Installing
-
Use Composer to install catchr into your project:, (*3)
composer require samhendrickx/catchr
-
Register the pretty handler in your code:, (*4)
require 'vendor/autoload.php';
Catchr\Catchr::handleErrors();