mipotech / yii2-rest
A suite of tools for generating powerful, flexible REST APIs in Yii2
Installs: 6 047
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7
- yii2mod/yii2-enum: *
- yiisoft/yii2: ~2.0.0
README
A suite of tools for generating powerful, flexible REST APIs in Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mipotech/yii2-rest "*"
or add
"mipotech/yii2-rest": "*"
to the require section of your composer.json
file.
Usage
Full documentation is at docs/guide/README.md.