billplz / billplz-api
此包已被废弃,不再维护。未建议替代包。
Billplz API 类
3.7.8.1
2019-02-11 10:05 UTC
Requires
- php: >=7.0
README
最低系统要求
- PHP 7.0 或更高版本
安装
通过 composer 安装,只需执行
composer require billplz/billplz-api
或
{ "require": { "billplz/billplz-api": "^3.7" } }
用法
连接到 Billplz API
按照设计,Connect 类能够确定 API Key 是否属于生产或测试环境。
<?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);
其他
请创建一个问题或发送电子邮件到 Facebook: Billplz Dev Jam