Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 404 Bytes

Yii2 REST backend

Components to use a REST backend on Yii2 applications

Installation

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.