Skip to content

weew/http-app-request-handler

Repository files navigation

Request handler

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages