An open API service indexing awesome lists of open source software.

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

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. 优化异常处理