sebudesign / buckaroo-php
An easy to use Buckaroo library for PHP
Installs: 9 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
Open Issues: 0
Requires
- php: >=5.5.9
- linkorb/buckaroo: ^1.5
Requires (Dev)
- mikey179/vfsstream: ~1
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
README
An easy to use Buckaroo library for PHP
Install
Via Composer
$ composer require sebudesign/buckaroo-php
Once composer has been updated and the package has been installed, you will be able to use the package.
Usage
@TODO insert usage here
You could check the examples folder for the usage.
What needs to be done?
- Write Unit tests
- Add TransactionStatus call
- Add TransactionRequestSpecification call
- Add Refund call
- Add PayRemainder call
- Add InvoiceInfo call
- Add DataRequest call
- Add DataRequestSpecification call
- Add Cancel Transaction call
- Add Iban converter call
- Add Bban to Iban converter call
- Add the other payment methods of Buckaroo
- Add some more documentation about the types that are allowed
- Add some more validation to types and responses
Contributing
Contributions are very welcome. Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sven@sebudesign.nl instead of using the issue tracker.
Credits
- Sven Buijsrogge
- LinkORB - Special thanks to LinkORB to create a good base for this package
- All Contributors
License
The MIT License (MIT). Please see License File for more information.