billplz/billplz-api
最新稳定版本:3.7.8.1
Composer 安装命令:
composer require billplz/billplz-api
包简介
A Billplz API Class
README 文档
README
Minimum System Requirement
- PHP 7.0 or newer
Installation
To install through composer, simply execute:
composer require billplz/billplz-api
or
{
"require": {
"billplz/billplz-api": "^3.7"
}
}
Usages
Connecting with Billplz API
By it's design, the Connect class are able to determine the API Key is belong to Production or Staging environment.
<?php use Billplz\Connect; $connect = (new Connect('<api-key-here>'))->detectMode(); // Or manually set the mode $connect = new Connect('<api-key-here>'); $connect->setMode(true);
Other
Please open an issue or email to Facebook: Billplz Dev Jam
统计信息
- 总下载量: 1.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-20