Skip to content

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

License

Notifications You must be signed in to change notification settings

trburgess/tiny-crash-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Crash Reporter

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages