Download the PHP package bhekor/laravel-flutterwave without Composer
On this page you can find all versions of the php package bhekor/laravel-flutterwave. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bhekor/laravel-flutterwave
More information about bhekor/laravel-flutterwave
Files in bhekor/laravel-flutterwave
Package laravel-flutterwave
Short Description Laravel package for flutterwave
License MIT
Informations about the package laravel-flutterwave
Flutterwave Package for Laravel 7+ above
Implement Flutterwave Rave payment gateway easily with Laravel
- Go to Flutterwave to get your public and private key
To get the latest version of this Flutterwave package, simply use composer
Then publish the configuration file using this command:
Open your .env file and add your public key, secret key, environment variable and logo url like so:
-
FLW_PUBLIC_KEY - This is the api public key gotten from your dashboard (compulsory)
-
FLW_SECRET_KEY - This is the api secret key gotten from your dashboard (compulsory)
- FLW_SECRET_HASH - This is the secret hash for your webhook
welcome.blade.php
Setup your controller to handle the routes. FlutterwaveController
. Then import the Flutterwave facade
Setup the Routes
Documentation
A friendly documentation from a package that this was created from can be found here
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities. I will appreciate that a lot. Also please add your name to the credits.
Kindly follow me on twitter!
Features
The current features have been implemented
- Payment
- Verification
- Transfers
- Banks
- Beneficiaries
I will be working on this next
- Tokenized Charge
- Pre Auth Charge
If there are features you need urgently, I will be willing to prioritize them, please reach out to my twitter account
License
The MIT License (MIT). Please see License File for more information.