Download the PHP package flutterwavedev/flutterwavelaravel without Composer
On this page you can find all versions of the php package flutterwavedev/flutterwavelaravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flutterwavedev/flutterwavelaravel
More information about flutterwavedev/flutterwavelaravel
Files in flutterwavedev/flutterwavelaravel
Download flutterwavedev/flutterwavelaravel
More information about flutterwavedev/flutterwavelaravel
Files in flutterwavedev/flutterwavelaravel
Vendor flutterwavedev
Package flutterwavelaravel
Short Description The Official Laravel Package for Flutterwave
License MIT
Package flutterwavelaravel
Short Description The Official Laravel Package for Flutterwave
License MIT
Please rate this library. Is it a good library?
Informations about the package flutterwavelaravel
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.
All versions of flutterwavelaravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6.0|^7.0|^8.0.7
illuminate/support Version ^8
mashape/unirest-php Version ^3.0
illuminate/support Version ^8
mashape/unirest-php Version ^3.0
The package flutterwavedev/flutterwavelaravel contains the following files
Loading the files please wait ....