playbloom / payment
Payment library for card transactions
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/playbloom/payment
Requires
- php: >=5.4
- mathiasverraes/money: dev-master
Requires (Dev)
- mageekguy/atoum: dev-master
This package is auto-updated.
Last update: 2025-09-21 19:30:55 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