PHPackages                             ahmard/flutterwave - 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. ahmard/flutterwave

ActiveLibrary

ahmard/flutterwave
==================

Flutterwave PHP API client

0.0.7(3y ago)048MITPHPPHP ^8.1

Since May 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ahmard/flutterwave)[ Packagist](https://packagist.org/packages/ahmard/flutterwave)[ RSS](/packages/ahmard-flutterwave/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Flutterwave
===========

[](#flutterwave)

[Flutterwave](https://flutterwave.com) API client.

Installation
------------

[](#installation)

```
composer require ahmard/flutterwave

```

### Create Transaction

[](#create-transaction)

```
use Ahmard\Flutterwave\Config;
use Ahmard\Flutterwave\Transaction;
use Ahmard\Flutterwave\TransactionData;

require 'vendor/autoload.php';

Config::privateKey('');

$data = TransactionData::create()
    ->reference(uniqid())
    ->amount(100)
    ->paymentOption('card,banktransfer,ussd')
    ->customerName('Aminu Mustapha')
    ->customerEmail('ahmard06@gmail.com')
    ->customerPhoneNumber(7035636394)
    ->customerId(1)
    ->redirectUrl('http://localhost:8800/redir');

$payment = Transaction::create($data);
var_dump($payment->redirectLink());
```

### Transaction Verification

[](#transaction-verification)

```
use Ahmard\Flutterwave\Transaction;

$verification = Transaction::verify('2323');

var_dump($verification->isSuccessful());
var_dump($verification->isFailed());
var_dump($verification->txRef());
var_dump($verification->currency());
var_dump($verification->amount());
```

**Transaction::verify()** returns instance of [TransactionVerificationResponse](src/Responses/TransactionVerificationResponse.php)

**Enjoy accepting payments** 😎

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Recently: every ~154 days

Total

7

Last Release

1192d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.4

0.0.7PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b69fe34bd6492697a19cd8f33bde7a381cab0b7f8c0a01dcc7505f482458887?d=identicon)[Ahmard](/maintainers/Ahmard)

---

Top Contributors

[![Ahmard](https://avatars.githubusercontent.com/u/44737217?v=4)](https://github.com/Ahmard "Ahmard (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ahmard-flutterwave/health.svg)

```
[![Health](https://phpackages.com/badges/ahmard-flutterwave/health.svg)](https://phpackages.com/packages/ahmard-flutterwave)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
