2017 © Pedro Peláez
 

library billplz-api

A Billplz API Class

image

billplz/billplz-api

A Billplz API Class

  • Friday, July 6, 2018
  • by wzul
  • Repository
  • 1 Watchers
  • 1 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 97 % Grown

The README.md

Billplz API Class

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Minimum System Requirement

  • PHP 7.0 or newer

Installation

To install through composer, simply execute:, (*2)

composer require billplz/billplz-api

or, (*3)

{
    "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., (*4)

<?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, (*5)

The Versions

06/07 2018

dev-master

9999999-dev https://www.billplz.com/api

A Billplz API Class

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by WAN

04/07 2018

3.7.3

3.7.3.0 https://www.billplz.com/api

A Billplz API Class

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by WAN

23/02 2018

3.7.2

3.7.2.0 https://www.billplz.com/api

A Billplz API Class

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by WAN

23/02 2018

3.7.1

3.7.1.0 https://www.billplz.com/api

A Billplz API Class

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by WAN

20/02 2018

3.7.0

3.7.0.0 https://www.billplz.com/api

A Billplz API Class

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by WAN