https://github.com/chsergey/yii2-rest-client
REST Client for Yii 2 (ActiveRecord-like model)
https://github.com/chsergey/yii2-rest-client
activerecord php rest-api yii2 yii2-extension
Last synced: 9 months ago
JSON representation
REST Client for Yii 2 (ActiveRecord-like model)
- Host: GitHub
- URL: https://github.com/chsergey/yii2-rest-client
- Owner: chsergey
- License: mit
- Created: 2016-05-20T08:13:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T03:51:23.000Z (over 7 years ago)
- Last Synced: 2025-03-24T02:13:11.649Z (over 1 year ago)
- Topics: activerecord, php, rest-api, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 15
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REST Client for Yii 2 (ActiveRecord-like model)
===============================================
[](https://packagist.org/packages/chsergey/yii2-rest-client) [](https://packagist.org/packages/chsergey/yii2-rest-client) [](https://packagist.org/packages/chsergey/yii2-rest-client) [](https://packagist.org/packages/chsergey/yii2-rest-client)
[](https://codeclimate.com/github/chsergey/yii2-rest-client)
This extension provides an interface to work with RESTful API via ActiveRecord-like model in Yii 2.
For HTTP requests thanks to [GuzzleHttp](https://packagist.org/packages/guzzlehttp/guzzle)
### Welcome to PR
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist chsergey/yii2-rest-client:0.1.1
```
or add
```json
"chsergey/yii2-rest-client": "0.1.1"
```
to the `require` section of your composer.json.
Usage
-----
* [Quick start](docs/quickStart.md)
* [Documentation](docs/README.md)