weew/http-app-request-handler

Request handling extension for the weew/http-app package.

v2.2.1 2016-07-21 11:18 UTC

This package is not auto-updated.

Last update: 2024-04-23 21:00:36 UTC


README

Build Status Code Quality Test Coverage Version Licence

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,
]);