Skip to content

jonathankowalski/request-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RequestHandler

Build Status Coverage Status

Provide a simple implements of PSR-15 RequestHandlerInterface

Installation

composer require openjk/request-handler

Usage

$requestHandler = new RequestHandler($DefaultResponseInterface);
$requestHandler->pipe($MiddlewareInteface);
$ResponseInterface = $requestHandler->handle($ServerRequestInterface)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages