beyonic/beyonic-php
最新稳定版本:0.0.16
Composer 安装命令:
composer require beyonic/beyonic-php
包简介
Beyonic PHP Library
README 文档
README
Php library for the http://onafriq.com API
It requires PHP version 5.4+
Installation
Manual
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');
Composer
To install the library via Composer, add composer.json:
{
"require": {
"beyonic/beyonic-php": "*"
}
}
Usage
Please visit https://developer.mfsafrica.com/docs for usage documentation
Changelog
0.0.11
Adding Network and Currency APIs, and adding ability to set Duplicate-Check-Key header for each create() or update() request.
0.0.14
Bug fixes that prevented Network and Currency APIs from working in 0.0.11, 0.0.12 and 0.0.13
0.0.15
Bug fixes
0.0.16
Added the Beyonic Bank API
统计信息
- 总下载量: 67.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-07