Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.32 KB

PSR-15

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);