trburgess / tiny-crash-reporter
Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code.
dev-master
2017-07-03 21:52 UTC
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: ^4.8|^5.0
- squizlabs/php_codesniffer: ^3.0
This package is not auto-updated.
Last update: 2025-01-16 09:03:22 UTC
README
Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code.
Features
- Handle any errors raised PHP
- Handle any uncaught exception
Getting started
composer require "trburgess/tiny-crash-reporter:dev-master"
- Register the exception handler:
TinyCrashReporter\Handler::register();
- Put the kettle on ;)!
License
The Tiny Crash Reporter PHP library is free software released under the MIT License. See LICENSE for details.
Example
For an example see: https://github.com/trburgess/tiny-crash-reporter/blob/master/example