trburgess / tiny-crash-reporter
Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/trburgess/tiny-crash-reporter
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-11-06 12:49:01 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