weew / http-app-request-handler
Request handling extension for the weew/http-app package.
v2.2.1
2016-07-21 11:18 UTC
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, ]);