delvesoft/psr15

PSR-15 implementation with PSR-17 factories


Keywords
middleware, handler, psr-7, psr-17, psr-15
License
MIT

Documentation

PSR 15

Lightweight implementation of PSR-15 using Chain of Responsibility pattern with preparation for the PSR-17 factories.

Build Status

Table of contents

Library consists of 2 abstract classes:

Installation

composer require delvesoft/psr15

Highly inspired by the package https://github.com/noglitchyo/middleware-collection-request-handler