PHPackages                             airondev/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. airondev/flutterwave-laravel-v3

ActiveLibrary[Payment Processing](/categories/payments)

airondev/flutterwave-laravel-v3
===============================

A Flutterwave's Version 3 Implementation For Laravel

01.0kPHP

Since Sep 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AironDev/flutterwave-laravel-v3)[ Packagist](https://packagist.org/packages/airondev/flutterwave-laravel-v3)[ RSS](/packages/airondev-flutterwave-laravel-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)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 airondev/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)

flutterwave-laravel-v3
======================

[](#flutterwave-laravel-v3-1)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0db55698777e8ddd0510e48b09abf18aa9062cb74476ead15ed1022db41cd385?d=identicon)[AironDev](/maintainers/AironDev)

---

Top Contributors

[![AironDev](https://avatars.githubusercontent.com/u/29748407?v=4)](https://github.com/AironDev "AironDev (9 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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