cardgate/cardgate-clientlib-php
Composer 安装命令:
composer require cardgate/cardgate-clientlib-php
包简介
CardGate API client library for PHP
关键字:
README 文档
README
CardGate API client library for PHP
Installation
The CardGate API client library is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"cardgate/cardgate-clientlib-php": "~1.1.4"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
You may also git clone or download the files manually, and include the client library in your project.
Basic Usage
cardgate\api\Autoloader::register(); $oCardGate = new cardgate\api\Client( <merchant id>, '<merchant key>', TRUE );
Support
If you believe you have found a bug, please report it using the GitHub issue tracker or contact us at tech@cardgate.com.
统计信息
- 总下载量: 19.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-29