billplz/billplz-api

此包已被废弃,不再维护。未建议替代包。

Billplz API 类

3.7.8.1 2019-02-11 10:05 UTC

This package is not auto-updated.

Last update: 2019-09-19 09:07:29 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

最低系统要求

  • 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