vxm / gateway-clients
An interface for build rest api client (1-n).
Installs: 810
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vxm/gateway-clients
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2025-09-16 00:53:41 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. |