Php library for the http://onafriq.com API
It requires PHP version 5.4+
To use the library, download the latest release and uncompress it in a location that's on your project's include path.
Once that's done, you can include the library in your scripts as follows:
require('./lib/Beyonic.php');
To install the library via Composer, add composer.json:
{
"require": {
"beyonic/beyonic-php": "*"
}
}
Please visit https://developer.mfsafrica.com/docs for usage documentation
Adding Network and Currency APIs, and adding ability to set Duplicate-Check-Key header for each create() or update() request.
Bug fixes that prevented Network and Currency APIs from working in 0.0.11, 0.0.12 and 0.0.13
Bug fixes
Added the Beyonic Bank API