:anchor: Cool errors for PHP nerds :anchor:
Ouch is simple and lightweight ErrorHandler for PHP. It is aimed to help you debug PHP
errors in a nice and detailed way.
ouch is the Offical @SilverEngine framework error handler.
composer require lotfio/ouch
$ouch = new Ouch\Ouch;
$ouch->enableErrorHandler($env = 'pro'); // for development use $env = 'dev';
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.