Abandoned
Part of the code moved to https://github.com/nofw/foundation, (*1)
, (*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)