allplayers/jetpay

用于与JetPay的XML支付API交互的库。

此软件包的官方仓库似乎已消失,因此软件包已被冻结。

dev-master 2012-09-20 16:15 UTC

This package is not auto-updated.

Last update: 2019-12-27 14:39:12 UTC


README

PHP 5.3+库,用于与JetPay XML API交互。由AllPlayers.com赞助。

Travis-CI 构建和测试状态

Build Status

安装

Packagist上可用,使用Composer。在你的composer.json文件中

{
  "require": {
    "AllPlayers/JetPay": "*"
  }
}

开发

< Clone this repo and `cd` into it. >
wget -nc https://getcomposer.org.cn/composer.phar
php -d detect_unicode=0 composer.phar install  --dev

功能测试

bin/behat

单元测试

  • PHPUnit - TODO

JetPay 认证

生成JetPay预定义测试用例的CSV文件。

git clone git@github.com:AllPlayers/JetPay-PHP.git
cd JetPay-PHP
wget -nc https://getcomposer.org.cn/composer.phar
php -d detect_unicode=0 composer.phar install --dev
bin/behat features/certification_credit.feature