Looking to hire Laravel developers? Try LaraJobs

buckaroo-sdk-laravel maintained by finalbytes

Description
Laravel wrapper for Buckaroo SDK
Last update
2024/01/04 17:13 (dev-main)
License
Downloads
76
Tags

Comments
comments powered by Disqus

PHP version Latest Version on Packagist Software License Tests Total Downloads

Laravel Wrapper for Buckaroo Payment Gateway

Buckaroo Documentation

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.