finalbytes/buckaroo-sdk-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

finalbytes/buckaroo-sdk-laravel

最新稳定版本:v1.0.5

Composer 安装命令:

composer require finalbytes/buckaroo-sdk-laravel

包简介

Laravel wrapper for Buckaroo SDK

README 文档

README

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.

统计信息

  • 总下载量: 76
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-04