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

https://github.com/one2r/mfby

my framework based yaf for api
https://github.com/one2r/mfby

api composer framework yaf

Last synced: about 1 year ago
JSON representation

my framework based yaf for api

Awesome Lists containing this project

README

          

# mfby
my framework based yaf for api

## 安装
- 确保已安装yaf。
- nginx重写规则:
```
if (!-e $request_filename) {
rewrite ^/(.*) /index.php/$1 last;
}
```