PHPackages                             kenkioko/flutterwave-laravel-v3 - 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. [Payment Processing](/categories/payments)
4. /
5. kenkioko/flutterwave-laravel-v3

ActiveLibrary[Payment Processing](/categories/payments)

kenkioko/flutterwave-laravel-v3
===============================

A Flutterwave's Version 3 Implementation For Laravel

1.0.0(5y ago)21.2kMITPHPPHP ^5.6.0|^7.2

Since Dec 3Pushed 5y agoCompare

[ Source](https://github.com/kenkioko/Flutterwave-Laravel-v3)[ Packagist](https://packagist.org/packages/kenkioko/flutterwave-laravel-v3)[ Docs](https://github.com/kenkioko/flutterwave-laravel-v3)[ RSS](/packages/kenkioko-flutterwave-laravel-v3/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Flutterwave-Laravel-v3
======================

[](#flutterwave-laravel-v3)

Laravel Package for Flutterwave v3 APIs

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

[](#installation)

To get the latest version of Flutterwave Rave for Laravel, simply use composer:

```
composer require kenkioko/flutterwave-laravel-v3
```

For `Laravel => 5.5`, skip this step and go to configuration

Once Flutterwave Rave for Laravel is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

```
'providers' => [
    /*
     * Package Service Providers...
     */
    ...
    Laravel\Flutterwave\RaveServiceProvider::class,
    ...
]
```

Also add this to the `aliases`

```
'aliases' => [
    ...
    'Rave' => Laravel\Flutterwave\Facades\Rave::class,
    ...
]
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --provider="Laravel\Flutterwave\RaveServiceProvider"
```

A configuration-file named `flutterwave.php` will be placed in your config directory

Usage
-----

[](#usage)

Open your .env file and add your public key, secret key, environment variable and logo url like so:

```
FLUTTERWAVE_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
FLUTTERWAVE_ENCRYPTION_KEY=FLWSECK_TESTxxxxxxxxxxxx
FLUTTERWAVE_ENV=staging

```

- **FLUTTERWAVE\_PUBLIC\_KEY** - This is the api public key gotten from your dashboard (compulsory)
- **FLUTTERWAVE\_SECRET\_KEY** - This is the api secret key gotten from your dashboard (compulsory)
- **FLUTTERWAVE\_ENCRYPTION\_KEY** - This is the encryption key gotten from your dashboard (compulsory)
- **FLUTTERWAVE\_ENV** - This can be `staging` or `live`. Staging and live API keys can be from your dashboard (compulsory)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.2% 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

Unknown

Total

1

Last Release

1986d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18503780?v=4)[Kennedy M. Kioko](/maintainers/kenkioko)[@kenkioko](https://github.com/kenkioko)

---

Top Contributors

[![kenkioko](https://avatars.githubusercontent.com/u/18503780?v=4)](https://github.com/kenkioko "kenkioko (70 commits)")[![corneliusyaovi](https://avatars.githubusercontent.com/u/59456456?v=4)](https://github.com/corneliusyaovi "corneliusyaovi (18 commits)")[![bajoski34](https://avatars.githubusercontent.com/u/39011309?v=4)](https://github.com/bajoski34 "bajoski34 (17 commits)")[![salvationarinze](https://avatars.githubusercontent.com/u/7917974?v=4)](https://github.com/salvationarinze "salvationarinze (4 commits)")

---

Tags

laravelpaymentraveflutterwavetransfersafrica

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kenkioko-flutterwave-laravel-v3/health.svg)

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

###  Alternatives

[kingflamez/laravelrave

A Laravel Package for Flutterwave Rave

151286.1k4](/packages/kingflamez-laravelrave)[flutterwavedev/flutterwave-v3

A simple SDK for integrating to Flutterwave Payment

24174.1k6](/packages/flutterwavedev-flutterwave-v3)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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