Ouch is simple and lightweight ErrorHandler for PHP. It is aimed to help you debug PHP errors in a nice and detailed way.
- Simple and easy to use
- Catch all Errors and Exceptions
- Catch Fatal Errors
- Transforms all errors to Exceptions
- Follow PSR coding style guidelines
composer require lotfio/ouch
$ouch = new Ouch\Core\Reporter;
$ouch->enable();
Thank you for considering to contribute to Ouch. All the contribution guidelines are mentioned here.
Here you can find the ChangeLog.
- Share Ouch and lets get more stars and more contributors.
Ouch is an open-source software licensed under the MIT license.