2017 © Pedro PelĂĄez
 

library whoops-extra

Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops

image

skm/whoops-extra

Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops

  • Wednesday, April 19, 2017
  • by mark.sagikazar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Abandoned

Part of the code moved to https://github.com/nofw/foundation, (*1)

Whoops extra

Latest Version Build Status Code Coverage Quality Score Total Downloads, (*2)

Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops., (*3)

Install

Via Composer, (*4)

``` bash $ composer require skm/whoops-extra, (*5)



## Usage ### Airbrake handler This handler awaits an `Airbrake\Notifier` instance. Please see the [official documentation](https://github.com/airbrake/phpbrake) to learn about it's configuration. ### PSR-3 Log handler This handler logs the exception message (together with the trace). If it receives an `\ErrorException`, the log level is automatically guessed from the severity of the error, otherwise it is `critical`. ### Production handler This handler is useful if you want to block the exception from reaching eg. the Pretty Page handler in production. Place it before the handlers you don't want Whoops to reach. ## Testing ``` bash $ composer test

Security

If you discover any security related issues, please contact us at mark.sagikazar@gmail.com., (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

19/04 2017

dev-master

9999999-dev http://github.com/sagikazarmark/whoops-extra

Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

psr3 airbrake whoops

06/02 2017

v0.1.0

0.1.0.0 http://github.com/sagikazarmark/whoops-extra

Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

psr3 airbrake whoops