weew / http-app-request-handler
Request handling extension for the weew/http-app package.
Installs: 91
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/weew/http-app-request-handler
Requires
Requires (Dev)
- phpunit/phpunit: ^4.7
- satooshi/php-coveralls: ^0.6.1
README
Table of contents
Installation
composer require weew/http-app-request-handler
Introduction
This is a request handling component that is meant to be used together with the weew/http-app package. It uses the weew/router package for routing and the weew/router-routes-invoker-container-aware package for routes invocation.
Usage
Simply register this provider on the kernel.
$app->getKernel()->addProviders([ RequestHandlerProvider::class, ]);