Flutterwave payment gateway integration with Laravel

1.0.1 2022-06-22 15:21 UTC

This package is auto-updated.

Last update: 2024-05-26 22:59:53 UTC


README

This package is intended to be used with Laravel implementing the Flutterwave Payment Gateway. Flutterwave Documentation - https://developer.flutterwave.com/docs/quickstart

Installation

You can install the package via composer:

composer require shadracnicholas/flaravel

Usage

Publish the configuration file using this command:

php artisan vendor:publish --provider="Shadracnicholas\Flaravel\FlaravelServiceProvider"

Update your .env file with the configuration

FLW_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_HASH='create a random string'
// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email me@shadracnicholas.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.