chsergey/yii2-rest-client

REST client (AR-like model) for Yii Framework 2.0 (via GuzzleHttp)

Installs: 11 087

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 3

Forks: 14

Open Issues: 3

pkg:composer/chsergey/yii2-rest-client

0.1.1 2018-06-18 09:06 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:45:25 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Code Climate

This extension provides an interface to work with RESTful API via ActiveRecord-like model in Yii 2.

For HTTP requests thanks to GuzzleHttp

Welcome to PR

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist chsergey/yii2-rest-client:0.1.1

or add

"chsergey/yii2-rest-client": "0.1.1"

to the require section of your composer.json.

Usage