vxm/yii2-gateway-clients

An abstraction layer provide the skeleton for build rest api client (1-n).

2.0.1 2018-10-09 15:43 UTC

This package is auto-updated.

Last update: 2024-10-15 21:56:58 UTC


README

Skeleton for build rest api client (1-n).

Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality Yii2

This Yii2 extension is an abstraction layer provide the skeleton for build an api client (1-n).

Requirements

Installation

The preferred way to install this yii2-extension is through composer.

composer require "vxm/yii2-gateway-clients"

or add

"vxm/yii2-gateway-clients": "*"

to the require section of your composer.json.

Usage

This is an abstraction layer, you MUST be create your own classes implements it. It designed for DRY principle when you need to build rest api client.

Abstract Classes Introduce

An abstract classes have been designed for implemented an interfaces. You should extends it for easier implements interfaces on your own classes.

Need an example?

Click here to read simple example.

Project using it