thecodingmachine / whoops-middleware-universal-module
Cross-framework module for franzliedke/whoops-middleware
Installs: 18 297
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 3
Open Issues: 0
Requires
- php: >=7.0
- middlewares/whoops: ^1.1
- thecodingmachine/funky: ^1
- thecodingmachine/middleware-list-universal-module: ^1.0
Requires (Dev)
- mnapoli/simplex: ^0.5.0
- phpunit/phpunit: ^7
- satooshi/php-coveralls: ^2
- zendframework/zend-diactoros: ^1.7.2
README
Whoops middleware universal module
This package integrates the middlewares/whoops
library in any container-interop compatible framework/container.
Installation
composer require thecodingmachine/whoops-middleware-universal-module
If your container supports autodiscovery by Discovery, there is nothing more to do.
Otherwise, you need to register the TheCodingMachine\WhoopsMiddlewareServiceProvider
into your container.
Refer to your framework or container's documentation to learn how to register service providers.
Usage
This module registers one service in your container:
- A PSR-15 Middleware under the
Middlewares\Whoops
key.
Moreover, this module registers both keys in the routers list. If you use a compatible service provider (like stratigility-harmony), the Whoops Middleware handler will be added automatically.
Expected values / services
This service provider expects the following configuration / services to be available:
Provided services
This service provider provides the following services:
Extended services
This service provider extends those services: