https://github.com/isobaric/proof
A simple PHP API framework based on Swoole
https://github.com/isobaric/proof
api framework swoole
Last synced: 6 months ago
JSON representation
A simple PHP API framework based on Swoole
- Host: GitHub
- URL: https://github.com/isobaric/proof
- Owner: isobaric
- Created: 2021-06-07T05:29:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T02:45:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T09:48:45.609Z (about 1 year ago)
- Topics: api, framework, swoole
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# horseloft framework
A simple php API framework
基于Swoole的API框架
当前版本的框架并没有使用Swoole的协程功能;
之所以使用Swoole为基础开发一个API框架,主要是因为它可以实现很多PHP无法实现的功能;
**文档参考** [wiki](https://github.com/horseloft/horseloft-php/wiki)
TODO
Release
1. 添加全局functions
2. 优化异常处理