gbeushausen / whoops-pimple
Integrates the Whoops library into Pimple
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/gbeushausen/whoops-pimple
Requires
- filp/whoops: ^2.0
- pimple/pimple: ^3.0
- symfony/http-kernel: ^3.0|^4.0|^5.0
README
Integrates the Whoops library into Pimple whoops
whoops is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system.
Module installation
In your project root folder
composer require texthtml/whoops-pimple ~1.0
- In your Pimple container configuration, register the WhoopsServiceProvider:
$container->register(new \WhoopsPimple\WhoopsServiceProvider);