Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethercap/yii2-api-base
yii2
https://github.com/ethercap/yii2-api-base
Last synced: about 2 months ago
JSON representation
yii2
- Host: GitHub
- URL: https://github.com/ethercap/yii2-api-base
- Owner: ethercap
- License: mit
- Created: 2019-05-23T07:09:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T01:58:22.000Z (about 5 years ago)
- Last Synced: 2024-11-07T19:53:37.793Z (2 months ago)
- Language: PHP
- Size: 128 KB
- Stars: 3
- Watchers: 13
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-api-base
### 一、文档。
1. [代码生成](docs/代码生成.md)
1. [接口规范](docs/接口规范.md)
1. [错误处理](docs/错误处理.md)
1. [更新](docs/更新.md)### 二、简介。
1. 功能
1. 为接口返回做了类mvc分层;
4. 代码生成;
5. 接口字段类型检查和自动转换;
### 三、命名空间
```
ethercap\apiBase
```### 四、安装:
```
composer require ethercap/yii2-api-base:@dev
```### toDo
- 返回字段的默认值设置