playbloom / payment
Payment library for card transactions
dev-master / 0.1.x-dev
2013-08-12 00:00 UTC
Requires
- php: >=5.4
- mathiasverraes/money: dev-master
Requires (Dev)
- mageekguy/atoum: dev-master
This package is auto-updated.
Last update: 2024-10-21 17:33:36 UTC
README
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