flutterwave / flutterwave-php
A flutterwave php binding library
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 6 801
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 7
Forks: 36
Open Issues: 11
Requires
- guzzlehttp/guzzle: ~6.0
- monolog/monolog: ^1.20
Requires (Dev)
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2019-03-13 20:53:09 UTC
README
The Flutterwave PHP library allows you to write php code to consume Flutterwaves APIs. You can sign up for a Flutterwave account at https://flutterwave.com
Flutterwave Services
- Account Payment
- Card Charge
- Bin Check
- Disbursement
- Bvn Check
- List of banks and financial institutions
- Ip Check
Requirements
-
PHP 5.5.3
- mcrypt
Installation
Add flutterwave to your composer.json
file
"require": {
"flutterwave/flutterwave-php": "dev-master"
}
Then do to update your packages with flutterwave-php
composer update
If your framework does not autoload by default or you are creating a composer project from scratch, please remember that you will need to include vendor/autoload e.g
require_once 'path_to_vendor/autoload.php';
Get Started
To get started using Flutterwave-PHP visit here to see code examples.