Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)