01/06
2018
Wallogit.com
2017 © Pedro Peláez
An interface for build rest api client (1-n).
An interface for build rest api client (1-n)., (*1)
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)
| 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. |