承接 billplz/billplz-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

billplz/billplz-api

最新稳定版本:3.7.8.1

Composer 安装命令:

composer require billplz/billplz-api

包简介

A Billplz API Class

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-20