Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T03:51:23.000Z (over 5 years ago)
- Last Synced: 2024-09-29T23:02:44.467Z (about 2 months ago)
- Topics: activerecord, php, rest-api, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 14
- 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)
===============================================
[![Latest Stable Version](https://poser.pugx.org/chsergey/yii2-rest-client/v/stable)](https://packagist.org/packages/chsergey/yii2-rest-client) [![Total Downloads](https://poser.pugx.org/chsergey/yii2-rest-client/downloads)](https://packagist.org/packages/chsergey/yii2-rest-client) [![Latest Unstable Version](https://poser.pugx.org/chsergey/yii2-rest-client/v/unstable)](https://packagist.org/packages/chsergey/yii2-rest-client) [![License](https://poser.pugx.org/chsergey/yii2-rest-client/license)](https://packagist.org/packages/chsergey/yii2-rest-client)
[![Code Climate](https://codeclimate.com/github/chsergey/yii2-rest-client/badges/gpa.svg)](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)