mipotech / yii2-rest
A suite of tools for generating powerful, flexible REST APIs in Yii2
1.1.6
2024-06-20 10:18 UTC
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.