tokenio/sdk
Composer 安装命令:
composer require tokenio/sdk
包简介
PHP SDK for interacting with the Token System
README 文档
README
Token open source SDKs simplify the interactions with the Token global open banking REST/gRPC API. The Token SDKs handle digital signatures and, where applicable, chain Token API calls. This makes it easier to develop Token-integrated applications, while providing most of the flexibility of the full Token API. More information at https://developer.token.io/sdk/
Requirements
-
PHP 5.5.0 and later.
Usage
You can install the bindings via Composer. Run the following command:
composer require tokenio/sdk
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Build
To build the SDK, run tests and generate documentation:
sh build.sh
Dependencies
The bindings require the following extensions in order to work properly:
Please do not install ext-protobuf, Token SDK works with PHP implementation of Protobuf (package google/protobuf).
统计信息
- 总下载量: 35.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-09