allplayers/jetpay

Library for interacting with JetPay's XML Payment API.

This package's canonical repository appears to be gone and the package has been frozen as a result.

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+ library for interacting with JetPay XML API. Sponsored by AllPlayers.com.

Travis-CI Buid and Test Status

Build Status

Installation

Available on Packagist, use Composer. In your composer.json:

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

Development

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

Feature tests

bin/behat

Unit tests

  • PHPUnit - TODO

JetPay Certification

Generate a CSV file of prescribed test cases for JetPay.

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