PHPackages                             gladcodes/ravephp - 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. gladcodes/ravephp

ActiveLibrary[Payment Processing](/categories/payments)

gladcodes/ravephp
=================

Simple PHP SDK for integrating Flutterwave's Rave payment gateway.

1.0.0(8y ago)14243MITPHPPHP &gt;=5.4.0

Since Apr 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gladchinda/rave-php)[ Packagist](https://packagist.org/packages/gladcodes/ravephp)[ Docs](https://github.com/gladchinda/rave-php)[ RSS](/packages/gladcodes-ravephp/feed)WikiDiscussions master Synced 1mo ago

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

RavePHP
=======

[](#ravephp)

This package provides a very simple interface for integrating the Rave Payment Gateway to your PHP application. It is an extension of the [Flutterwave-Rave-PHP-SDK](https://github.com/Flutterwave/Flutterwave-Rave-PHP-SDK) package originally developed by [Femi Olanipekun](https://github.com/iolufemi).

1. [Getting Started](#getting-started)
    - [Installation](#installation)
    - [Configuration](#configuration)
    - [Setting Up for Payment](#setting-up-for-payment)
2. [Advanced Usage](#advanced-usage)
    - [Custom Payment Fields](#custom-payment-fields)
    - [Payment Metadata](#payment-metadata)
    - [Event Handlers](#event-handlers)
3. [License](#license)

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

[](#getting-started)

### Installation

[](#installation)

This package can be installed as a dependency in your project using Composer.

```
composer require gladcodes/ravephp
```

This adds the RavePHP package to the `vendor` folder of your project root directory. You can then require the autoloader our PHP scripts to use the package as follows:

```
