playbloom/payment

Payment library for card transactions

dev-master / 0.1.x-dev 2013-08-12 00:00 UTC

This package is auto-updated.

Last update: 2024-04-21 16:16:46 UTC


README

Build Status Coverage Status Quality Score Build Success Rate

Payment library for card transaction

Contribute

Get composer

curl -s http://getcomposer.org/installer | php

Then install the library dependencies

php composer.phar install --dev

Tests

Unit testing with atoum

Define the .atoum.php configuration file

cp .atoum.php.dist .atoum.php

Then run the unit test suite

vendor/bin/atoum -d tests