kenkioko/flutterwave-laravel-v3
Composer 安装命令:
composer require kenkioko/flutterwave-laravel-v3
包简介
A Flutterwave's Version 3 Implementation For Laravel
README 文档
README
Laravel Package for Flutterwave v3 APIs
Installation
To get the latest version of Flutterwave Rave for Laravel, simply use composer:
composer require kenkioko/flutterwave-laravel-v3
For Laravel => 5.5, skip this step and go to configuration
Once Flutterwave Rave for Laravel is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.
'providers' => [ /* * Package Service Providers... */ ... Laravel\Flutterwave\RaveServiceProvider::class, ... ]
Also add this to the aliases
'aliases' => [ ... 'Rave' => Laravel\Flutterwave\Facades\Rave::class, ... ]
Configuration
php artisan vendor:publish --provider="Laravel\Flutterwave\RaveServiceProvider"
A configuration-file named flutterwave.php will be placed in your config directory
Usage
Open your .env file and add your public key, secret key, environment variable and logo url like so:
FLUTTERWAVE_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_ENCRYPTION_KEY=FLWSECK_TESTxxxxxxxxxxxx
FLUTTERWAVE_ENV=staging
-
FLUTTERWAVE_PUBLIC_KEY - This is the api public key gotten from your dashboard (compulsory)
-
FLUTTERWAVE_SECRET_KEY - This is the api secret key gotten from your dashboard (compulsory)
-
FLUTTERWAVE_ENCRYPTION_KEY - This is the encryption key gotten from your dashboard (compulsory)
-
FLUTTERWAVE_ENV - This can be
stagingorlive. Staging and live API keys can be from your dashboard (compulsory)
kenkioko/flutterwave-laravel-v3 适用场景与选型建议
kenkioko/flutterwave-laravel-v3 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.16k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2020 年 10 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「payment」 「laravel」 「transfers」 「rave」 「africa」 「flutterwave」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kenkioko/flutterwave-laravel-v3 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kenkioko/flutterwave-laravel-v3 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kenkioko/flutterwave-laravel-v3 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Firefly III Data Import Tool.
A Flutterwave's Version 3 Implementation For Laravel
Alfabank REST API integration
Official PHP SDK for TronZap.com. The TRON Energy API lets you buy energy to lower USDT (TRC20) transfer fees.
A powerful package for Laravel that facilitates seamless management of virtual currency, transaction handling, balance management, and fund transfers within your applications.
A straightforward SDK for seamlessly integrating Hydrogenpay Payment Gateway into your PHP applications, including popular PHP frameworks such as Laravel, Symfony and Codeigniter
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 15
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-30