budgetlens/laravel-buckaroo-sdk
最新稳定版本:1.5.0
Composer 安装命令:
composer require budgetlens/laravel-buckaroo-sdk
包简介
Laravel wrapper for Buckaroo SDK
关键字:
README 文档
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.
统计信息
- 总下载量: 310
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-24