blank-framework/minimal-kernel
最新稳定版本:v1.0.0
Composer 安装命令:
composer require blank-framework/minimal-kernel
包简介
Small minimalistic kernel for handling requests
README 文档
README
MinimalKernel can be used to map HTTP request methods to the corresponding function in a controller class. All functionality needs to be handled in the controller.
Required packages
This component uses symfony/http-foundation to handle the request and response elements.
The controller
All controllers that you want to use with the Kernel MUST implement the MinimalControllerInterface. The interface contains a function for each of the
HTTP Methods. Your functions should return a Response class if they are implemented and EITHER null or a Response class that uses the 405 Method Not Allowed
HTTP response status code. If you return null MinimalKernel will throw an \Exception thus you MUST handle that or let it throw should you choose.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-11-17