狂怒/psr15

PHP 7.4 的 PSR-15 实现

1.0 2020-07-13 09:27 UTC

This package is auto-updated.

Last update: 2024-09-12 00:40:24 UTC


README

PHP 7.4+ 的 PSR-15 实现

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

安装

composer require furious/psr15

使用

$pipeline = new Furious\Psr15\MiddlewarePipe;

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