furious/psr15

PHP 7.4 implementation of PSR-15

1.0 2020-07-13 09:27 UTC

This package is auto-updated.

Last update: 2024-04-11 23:46:00 UTC


README

PSR-15 implementation for PHP 7.4+

Latest Version Build Status Code Intelligence Status Code Quality Maintainability Total Downloads Monthly Downloads Software License

Install:

composer require furious/psr15

Use:

$pipeline = new Furious\Psr15\MiddlewarePipe;

$this->pipeline->pipe(new Psr15Middleware);