vxm/gateway-clients

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

1.0.0 2018-05-31 06:00 UTC

This package is auto-updated.

Last update: 2024-04-15 21:41:15 UTC


README

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

Requirements

Installation

The preferred way to install this is through composer.

composer require "vxm/gateway-clients"

or add

"vxm/gateway-clients": "*"

to the require section of your composer.json.

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