Download the PHP package digikraaft/flutterwave-php without Composer
On this page you can find all versions of the php package digikraaft/flutterwave-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digikraaft/flutterwave-php
More information about digikraaft/flutterwave-php
Files in digikraaft/flutterwave-php
Package flutterwave-php
Short Description PHP Implementation of Flutterwave API
License MIT
Homepage https://github.com/digikraaft/flutterwave-php
Informations about the package flutterwave-php
Conveniently interact with the Flutterwave API with ease!
This package provides an expressive and convenient way to interact with the Flutterwave API.
Installation
You can install the package via composer:
Usage
All APIs documented in Flutterwave's Developer Reference are currently supported by this package. Using the individual API follows a general convention so that it can be simple and predictable.
Before this, the API key needs to be set. For example, to access the payment-plans
endpoint,
You can easily pass parameters to be sent as arguments to the API_END_POINT
method like this:
This also applies to POST
and PUT
requests.
For endpoints that require path parameters like the fetch customer
with the request like /payment-plans/{id}
,
simply pass in a string into the API_END_POINT
like this:
For API_END_POINT
s that take both path and body parameters like the update payment-plan
with the PUT
request payment-plans/{id}
,
simply pass in a string as the first argument, an array as the second like this:
There are a few exceptions to the API_END_POINT
convention.
Check the wiki page here for detailed reference of the available methods
This package returns the exact response from the Flutterwave API but as the stdClass
type
such that responses can be accessed like this:
Future updates will see to improving on how the response object is handled.
Documentation
For detailed documentation, check the wiki page here
Todo
- More tests
- Better API response handling
Testing
More Good Stuff
Check here for more awesome free stuff!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are welcome! Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tim Oladoyinbo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.