flutterwavedev / flutterwavelaravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Official Laravel Package for Flutterwave
1.0.2
2022-04-13 10:06 UTC
Requires
- php: ^5.6.0|^7.0|^8.0.7
- illuminate/support: ^8
- mashape/unirest-php: ^3.0
Requires (Dev)
- mockery/mockery: >=0.7.2
- orchestra/testbench: ~3.0
- phpunit/phpunit: 4.*
- satooshi/php-coveralls: ^0.7.0
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2024-08-11 14:58:17 UTC
README
The Official Flutterwave Laravel Package
Integrate Flutterwave payment gateway easily with Laravel
- Go to Flutterwave Rave Live to get your
LIVE
public and private key - Go to Flutterwave Rave Sandbox to get your
TEST
public and private key
Documentation
- you need to require the package with composer.
composer require flutterwavedev/flutterwavelaravel
- make sure your register the service provider. Open up config/app.php and add the providers array.
Flutterwave\Rave\RaveServiceProvider::class
- make sure you add Flutterwave to the aliases
'Flutterwave' => KingFlamez\Rave\Facades\Rave::class
- run the command on your terminal
php artisan vendor:publish --provider="Flutterwave\Rave\RaveServiceProvider"
Sample Project using this package
find a sample project here
ToDo
- Support Direct Charges
- Support Tokenized payment
Credits
License
The MIT License (MIT). Please see License File for more information.