Download the PHP package edwardmuss/flutterwave-laravel without Composer
On this page you can find all versions of the php package edwardmuss/flutterwave-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edwardmuss/flutterwave-laravel
More information about edwardmuss/flutterwave-laravel
Files in edwardmuss/flutterwave-laravel
Package flutterwave-laravel
Short Description A Laravel Package for Flutterwave Rave
License MIT
Informations about the package flutterwave-laravel
Flutterwave Package for PHP Laravel)
Implement Flutterwave Rave payment gateway easily with Laravel framework
- Go to Flutterwave to get your public and private key
Documentation
Installation
Prerequisite
PHP, Laravel and composer
To get the latest version of Flutterwave, simply use composer
Configuration
Publish the configuration file using this command:
A configuration-file named flutterwave.php
will be placed in your config directory
Open your .env
file and add your public key
, secret key
, secret hash
like so:
Get your keys form here
- 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
USage
1. Setup Routes
- Setup the Payment Page
A sample payment button will look like so:
welcome.blade.php
#
-
Setup your Controller
Setup your controller to handle the routes. I created the FlutterwaveController. Use the Rave as Flutterwave facade.
# Example
Credits
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 Instagram!
Features
The current features have been implemented
- Payment
- Verification
- Transfers
- Banks
- Beneficiaries
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.