This extension provides an interface to work with RESTful API via ActiveRecord-like model in Yii 2.
For HTTP requests thanks to GuzzleHttp
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zaioll/yii2-active-resource:0.1.2
or add
"zaioll/yii2-active-resource": "0.1.2"
to the require
section of your composer.json.