finalbytes / buckaroo-sdk-laravel
Laravel wrapper for Buckaroo SDK
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.1
- buckaroo/sdk: ^1.10.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 Wrapper for Buckaroo Payment Gateway
This is a laravel wrapper for the Buckaroo SDK
Installation
Via Composer:
composer require finalbytes/buckaroo-sdk-laravel
Usage
Update .env file with your credentials:
- BUCKAROO_WEBSITE_KEY - BUCKAROO_SECRET_KEY - BUCKAROO_TEST_MODE
For publishing the config file:
php artisan vendor:publish --provider="Finalbytes\Buckaroo\BuckarooServiceProvider"
Examples
use Finalbytes\Buckaroo\Buckaroo; $issuers = Buckaroo::getIssuers('ideal')->issuers(); dd($issuers);
Testing
Running the tests with:
composer test
Getting help
If you have bug reports, questions or suggestions please create a new issue..
Credits
License
The MIT License (MIT). Please see License File for more information.