Swoft 基于 Swoole 原生协程,新时代PHP高性能协程框架,内置 HTTP 服务器,框架全协程实现,性能大大优于传统的 PHP-FPM 模式。
- 重构 Request和Response 参考PSR-7 (https://doc.swoft.org/request.html)
- 简化控制器 (https://doc.swoft.org/controller.html)
- 简化 Service (https://doc.swoft.org/rpc-service.html)
- 增加 HTTP 和 Service中间件参考 PSR-15 (https://doc.swoft.org/middleware/middleware.html)
- 增加 HTTP和 Service验证器 (https://doc.swoft.org/validator/http.html)
- 重构事件机制,参考 PSR-14 (https://doc.swoft.org/event-manager/intro.html)
- RESTful 风格支持 (https://doc.swoft.org/restful.html)
- 增加表生成实体工具 (https://doc.swoft.org/orm/create-entity.html)
- 增加Docker 支持 (https://doc.swoft.org/chapter1/install.html)
- 定时任务 (https://doc.swoft.org/chapter1/install.html)
- 增加单测覆盖
官 网:https://www.swoft.org/
Github:https://github.com/swoft-cloud/swoft
码 云:https://gitee.com/swoft/swoft