kyash/api
最新稳定版本:v1.0.0
Composer 安装命令:
composer require kyash/api
包简介
Integrate with the Kyash Payment Gateway.
README 文档
README
PHP library to access the Kyash Payment Gateway API.
Usage
Install the latest version with composer require kyash/api
use Kyash\Collection; // Get the Kyash Credentials from your Kyash Account API Settings. There is a separate set of credentials for production and development environments. $kyash = Collection('public_api_id', 'api_secret'); $kyash_code = $kyash->getKyashCode('T12345678'); if ($kyash_code['status'] === 'paid') { $kyash->capture($kyash_code['id']); }
Please refer to the Kyash Merchant API documentation for more details about the request parameters and response. All functions in this library take an array of request parameters of their corresponding API call and return an array representing the JSON response of the API.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-09