budgetlens/laravel-buckaroo-sdk

Laravel wrapper for Buckaroo SDK

1.5.0 2023-03-23 11:25 UTC

This package is auto-updated.

Last update: 2024-04-16 16:51:58 UTC


README

PHP version Latest Version on Packagist Software License Tests Total Downloads

Laravel Buckaroo SDK Wrapper

Buckaroo Documentation

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.