budgetlens / laravel-buckaroo-sdk
Laravel wrapper for Buckaroo SDK
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.1
- buckaroo/sdk: ^1.5.0
Requires (Dev)
- orchestra/testbench: ^4.0 || ^5.0 || ^6.0
- overtrue/phplint: ^5.0
- phpstan/phpstan: ^1.1
- phpunit/phpunit: ^9.5.11
- squizlabs/php_codesniffer: ^3.5
README
Laravel Buckaroo SDK Wrapper
This is a laravel wrapper for the Buckaroo SDK
Installation
Install package using composer
composer require budgetlens/laravel-buckaroo-sdk
Getting started
Update .env
file with
- BUCKAROO_WEBSITE_KEY
- BUCKAROO_SECRET_KEY
- BUCKAROO_TEST_MODE
If you wish you can publish the configuration.
php artisan vendor:publish --provider="Budgetlens\Budgetlens\LaravelBuckaroo\ServiceProvider"
Examples
Get Ideal Issuers
$issuers = Buckaroo::method('iDeal')->issuers(); ddd($issuers);
Testing
Run the tests with:
$ composer test
Versioning
This project adheres to Semantic Versioning and tries to match the version of Buckaroo SDK
Credits
License
The MIT License (MIT). Please see License File for more information.