2017 © Pedro Peláez
 

library tiny-crash-reporter

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

image

trburgess/tiny-crash-reporter

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

  • Monday, July 3, 2017
  • by trburgess
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Tiny Crash Reporter

Tiny crash reporter is a PHP library to alert a user of an uncaught exception in their code., (*1)

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., (*2)

Example

For an example see: https://github.com/trburgess/tiny-crash-reporter/blob/master/example, (*3)

The Versions

03/07 2017

dev-master

9999999-dev https://github.com/trburgess/tiny-crash-reporter

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

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by Tom Burgess

errors