bogosoft/http-routing
Composer 安装命令:
composer require bogosoft/http-routing
包简介
Contracts and minimal implementations to support HTTP request routing.
README 文档
README
This library contains contracts for abstracting an HTTP request router as a PSR-15 middleware component.
Although this library contains minimal implementations, it is intended mainly to provide implementation-ready contracts.
The focal point of the library--the Router class--is a PSR-15 middleware
component with the following responsibilities:
- Resolve an HTTP request to an action, and a sequence of zero or more action filters.
- Invoke the filtered action to obtain an action result.
- Apply the action result to an HTTP response.
Requirements
- PHP >=7.4
Installation
composer require bogosoft/http-routing
统计信息
- 总下载量: 76
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-06-22