PHPackages                             starfolksoftware/flutterwave-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. starfolksoftware/flutterwave-php

ActiveLibrary[API Development](/categories/api)

starfolksoftware/flutterwave-php
================================

A PHP library to conveniently access the Flutterwave API from applications written in the PHP language.

v0.6.1(4y ago)31.1kMITPHPPHP ^8.0

Since Nov 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/starfolksoftware/flutterwave-php)[ Packagist](https://packagist.org/packages/starfolksoftware/flutterwave-php)[ RSS](/packages/starfolksoftware-flutterwave-php/feed)WikiDiscussions v2.x Synced 1mo ago

READMEChangelog (3)Dependencies (11)Versions (4)Used By (0)

Flutterwave PHP bindings
========================

[](#flutterwave-php-bindings)

[![Latest Stable Version](https://camo.githubusercontent.com/6ad2e0e199a71b4a394e3a9e1e43c463785fa3ab4151bccb1a698cd4c0af2b71/687474703a2f2f706f7365722e707567782e6f72672f73746172666f6c6b736f6674776172652f666c7574746572776176652d7068702f76)](https://packagist.org/packages/starfolksoftware/flutterwave-php) [![Total Downloads](https://camo.githubusercontent.com/14b1847a748850d6bc05c67b58f19bbbcc8721f37c5a42dcfc5e649618e5881f/687474703a2f2f706f7365722e707567782e6f72672f73746172666f6c6b736f6674776172652f666c7574746572776176652d7068702f646f776e6c6f616473)](https://packagist.org/packages/starfolksoftware/flutterwave-php) [![Latest Unstable Version](https://camo.githubusercontent.com/d1890d46954148563d406723a773b282c8bdf06172a04010988869a9288bcdf4/687474703a2f2f706f7365722e707567782e6f72672f73746172666f6c6b736f6674776172652f666c7574746572776176652d7068702f762f756e737461626c65)](https://packagist.org/packages/starfolksoftware/flutterwave-php) [![License](https://camo.githubusercontent.com/a128495152fce20ee051f7854211931272d23794f36f8a5a6f7333c08a43e9bc/687474703a2f2f706f7365722e707567782e6f72672f73746172666f6c6b736f6674776172652f666c7574746572776176652d7068702f6c6963656e7365)](https://packagist.org/packages/starfolksoftware/flutterwave-php) [![PHP Version Require](https://camo.githubusercontent.com/7666e2ee2e8e00ab279a150d554f7f4daf41d99f9c786abbac2932878a2b6970/687474703a2f2f706f7365722e707567782e6f72672f73746172666f6c6b736f6674776172652f666c7574746572776176652d7068702f726571756972652f706870)](https://packagist.org/packages/starfolksoftware/flutterwave-php)

The Flutterwave PHP library provides convenient access to the Flutterwave API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Flutterwave API.

Requirements
------------

[](#requirements)

PHP 8.0 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require starfolksoftware/flutterwave-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Dependencies
------------

[](#dependencies)

Any package that implements [psr/http-client-implementation](https://packagist.org/providers/psr/http-client-implementation)

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
