delvesoft/psr15
Composer 安装命令:
composer require delvesoft/psr15
包简介
PSR-15 implementation with PSR-17 factories
README 文档
README
Lightweight implementation of PSR-15 using Chain of Responsibility pattern with preparation for the PSR-17 factories.
Table of contents
Library consists of 2 abstract classes:
- AbstractMiddlewareChainItem - Abstract base class for Middleware chain item
- Middleware chain item can be prepended, or appended
- Chain can be created via MiddlewareChainFactory
- AbstractRequestHandler - Abstract base class for Request Handler
- can be created from
callable
- can be created from
Installation
composer require delvesoft/psr15
Highly inspired by the package https://github.com/noglitchyo/middleware-collection-request-handler
统计信息
- 总下载量: 798
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-26