trburgess/tiny-crash-reporter

Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code.

Maintainers

Package info

github.com/trburgess/tiny-crash-reporter

pkg:composer/trburgess/tiny-crash-reporter

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2017-07-03 21:52 UTC

This package is not auto-updated.

Last update: 2026-03-12 14:24:37 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