Skip to content

k3bra/ouch

 
 

Repository files navigation

Ouch error handler for PHP

ouch

About Ouch :

Ouch is simple and lightweight ErrorHandler for PHP. It is aimed to help you debug PHP errors in a nice and detailed way.

licence language version coverage build

How it looks like :

2018-02-28-19-13-timino io

Features :

  • Simple and easy to use
  • Catch all Errors and Exceptions
  • Catch Fatal Errors
  • Transforms all errors to Exceptions
  • Follow PSR coding style guidelines

Instalation & Use :

    composer require lotfio/ouch

Use it:

    $ouch = new Ouch\Core\Reporter;
    $ouch->enable();

Contributing

Thank you for considering to contribute to Ouch. All the contribution guidelines are mentioned here.

ChangeLog

Here you can find the ChangeLog.

Support the development

  • Share Ouch and lets get more stars and more contributors.

License

Ouch is an open-source software licensed under the MIT license.

About

php error handler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.1%
  • CSS 2.8%
  • JavaScript 1.1%