2017 © Pedro Peláez
 

library catchr

Handles PHP errors and creates GitHub issues for them

image

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

The README.md

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

  1. Use Composer to install catchr into your project:, (*3)

    composer require samhendrickx/catchr
    
  2. Register the pretty handler in your code:, (*4)

    require 'vendor/autoload.php';
    
    Catchr\Catchr::handleErrors();
    

The Versions

10/05 2015

dev-master

9999999-dev https://github.com/samhendrickx/catchr

Handles PHP errors and creates GitHub issues for them

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php library github handler handling issues

07/05 2015

dev-development

dev-development https://github.com/samhendrickx/catchr

Handles PHP errors and creates GitHub issues for them

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php library github handler handling issues