定制 kyash/api 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-09