delvesoft/psr15

PSR-15 implementation with PSR-17 factories

v1.3.0 2021-03-12 22:59 UTC

This package is auto-updated.

Last update: 2024-04-18 16:02:31 UTC


README

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