2017 © Pedro Peláez
 

library billink-api-php-client

A PHP Client for the Billink API

image

avido/billink-api-php-client

A PHP Client for the Billink API

  • Thursday, June 21, 2018
  • by avido
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version Total Downloads License, (*1)

Billink API Client for PHP

Open source PHP client for the [Billink API] (https://test.billink.nl/api/docs | https://www.billink.nl/)., (*2)

Installation

Get it with composer, (*3)

Run the command:, (*4)

composer require avido/billink-api-php-client

client initialization:

require __DIR__ . '/vendor/autoload.php';
use Avido\BillinkApiClient\BillinkClient;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;

$username = '--YOUR USERNAME--';
$client_id = '--YOUR CLIENT ID--';
$log = new StreamHandler('billink.log', LOGGER::DEBUG);
$client = new BillinkClient($username, $client_id, [$log=null]);
// test mode true|false
$client->setTestMode(true);

Unit tests

<phpunit>
  ...
    <php>
        <env name="PHP_USERNAME" value="apitest"/>
        <env name="PHP_CLIENTID" value="d108a0f1bc5bc4618f150fa95cd6dc537bd774f0"/>
        <env name="API_WORKFLOW" value="1" />
        <env name="API_BACKDOOR" value="1" />
    </php>
</phpunit>

Examples

Go to examples folder and run php build in server, (*5)

php -S 127.0.0.1:8081

The Versions

21/06 2018

dev-master

9999999-dev https://github.com/avido/billink-api-php-client

A PHP Client for the Billink API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Blaas

api php xml billink

21/06 2018

1.0.1

1.0.1.0 https://github.com/avido/billink-api-php-client

A PHP Client for the Billink API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Blaas

api php xml billink

21/06 2018

1.0.0

1.0.0.0 https://github.com/avido/billink-api-php-client

A PHP Client for the Billink API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Blaas

api php xml billink