furious/psr15

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP 7.4 implementation of PSR-15

Installs: 244

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/furious/psr15

1.0 2020-07-13 09:27 UTC

This package is auto-updated.

Last update: 2024-12-12 01:13:30 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);