vxm/gateway-clients
Composer 安装命令:
composer require vxm/gateway-clients
包简介
An interface for build rest api client (1-n).
关键字:
README 文档
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
统计信息
- 总下载量: 814
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-05-31