Get support for sagikazarmark/whoops-extra
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
sagikazarmark/whoops-extra
Abandoned
Part of the code moved to https://github.com/nofw/foundation
Whoops extra
Useful handlers (Airbrake, PSR-3, etc) for the popular error handler filp/whoops.
Install
Via Composer
$ composer require skm/whoops-extra
Usage
Airbrake handler
This handler awaits an Airbrake\Notifier
instance.
Please see the official documentation 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
$ composer test
Security
If you discover any security related issues, please contact us at mark.sagikazar@gmail.com.
License
The MIT License (MIT). Please see License File for more information.
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2