Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code.
- Handle any errors raised PHP
- Handle any uncaught exception
composer require "trburgess/tiny-crash-reporter:dev-master"
- Register the exception handler:
TinyCrashReporter\Handler::register();
- Put the kettle on ;)!
The Tiny Crash Reporter PHP library is free software released under the MIT License. See LICENSE for details.
For an example see: https://github.com/trburgess/tiny-crash-reporter/blob/master/example