Download the PHP package techlup/flutterwave without Composer
On this page you can find all versions of the php package techlup/flutterwave. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flutterwave
FlutterWave Integration Documentation
This PHP script provides a demonstration of integrating with the FlutterWave API for handling subscription, deactivating subscriptions, and payments.
Support This Project

Installation
- Clone this repository to your local machine.
- Navigate to the directory containing the cloned repository.
- Run
composer install
to install the required dependencies.
or install using composer composer require techlup/flutterwave
Configuration
- Ensure you have a FlutterWave account and obtain the required API keys.
- Set your FlutterWave secret key in the
$secrete_key
variable inside the script.
Functions
Create a Customer
- Description: Creates a new customer in the FlutterWave system.
- Parameters:
$email
: Email address of the customer.$firstName
: First name of the customer.$lastName
: Last name of the customer.
- Returns: JSON response containing the details of the created customer.
Sample Code
Subscribe A User
- Description: Initiates a subscription checkout process for a customer.
- Parameters: None
- Returns: JSON response containing the checkout details.
Sample Code
Deactivate Subscription
- Description: Deactivates a subscription.
- Parameters: None
- Returns: JSON response confirming the deactivation of the subscription.
Sample Code
Process Payment
- Description: Initiates a payment checkout process.
- Parameters: None
- Returns: JSON response containing the checkout details.
Sample Code
Usage
- Set up the required configuration as mentioned above.
- Call the desired function(s) based on your integration needs.
- Handle the responses accordingly in your application.
Note
- This code is provided for testing purposes and should be thoroughly reviewed, modified, and secured before use in a production environment.
- Ensure that your FlutterWave account is properly configured with the necessary plans and payment options.
- Handle the responses appropriately in your application to provide feedback to users.
- Make sure to sanitize and validate user inputs before passing them to these functions to prevent security vulnerabilities.
All versions of flutterwave with dependencies
PHP Build Version
Package Version
No informations.
The package techlup/flutterwave contains the following files
Loading the files please wait ....