定制 budgetlens/laravel-buckaroo-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

budgetlens/laravel-buckaroo-sdk

最新稳定版本:1.5.0

Composer 安装命令:

composer require budgetlens/laravel-buckaroo-sdk

包简介

Laravel wrapper for Buckaroo SDK

README 文档

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.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-24