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

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

  1. composer require "trburgess/tiny-crash-reporter:dev-master"
  2. Register the exception handler: TinyCrashReporter\Handler::register();
  3. 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