Components to use a REST backend on Yii2 applications
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist caminstech/yii2-rest "*"
or add
"caminstech/yii2-rest": "*"
to the require section of your composer.json
file.