This is a laravel wrapper for the Buckaroo SDK
Via Composer:
composer require finalbytes/buckaroo-sdk-laravel
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"
use Finalbytes\Buckaroo\Buckaroo;
$issuers = Buckaroo::getIssuers('ideal')->issuers();
dd($issuers);
Running the tests with:
composer test
If you have bug reports, questions or suggestions please create a new issue..
The MIT License (MIT). Please see License File for more information.