2017 © Pedro Peláez
 

library gateway-clients

An interface for build rest api client (1-n).

image

vxm/gateway-clients

An interface for build rest api client (1-n).

  • Friday, June 1, 2018
  • by vuongxuongminh
  • Repository
  • 0 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Gateway Clients

An interface for build rest api client (1-n)., (*1)

Requirements

Installation

The preferred way to install this is through composer., (*2)

composer require "vxm/gateway-clients"

or add, (*3)

"vxm/gateway-clients": "*"

to the require section of your composer.json., (*4)

Interfaces Introduce

Interface Details
GatewayInterface It should be implemented by classes provide gateway server api information.
ClientInterface It should be implemented by classes provide information for access to gateway server api via GatewayInterface.
DataInterface It should be implemented by classes provide data for support GatewayInterface make request or get response data from gateway server api.

Abstraction layer

The Versions

01/06 2018

dev-master

9999999-dev

An interface for build rest api client (1-n).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0.0

 

by VUONG MINH

php rest-api interface

31/05 2018

1.0.0

1.0.0.0

An interface for build rest api client (1-n).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0.0

 

by VUONG MINH

php rest-api interface