2017 © Pedro Peláez
 

library luno-php

PHP SDK for the Luno API

image

luno/luno-php

PHP SDK for the Luno API

  • Tuesday, July 17, 2018
  • by neilgarb
  • Repository
  • 3 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

, (*1)

Luno API Build Status

This PHP package provides a wrapper for the Luno API., (*2)

Installation

composer require "luno/luno-php"

Authentication

Please visit the Settings page to generate an API key., (*3)

Example usage

$client = new Luno\Client();
$client->setAuth("api_key_id", "api_key_secret");

$req = new Luno\Request\GetOrderBook();
$req->setPair("XBTZAR");

try {
  $res = $client->getOrderBook($req);
  echo "Found " . count($res->getBids()) . " bid(s)";
} catch (Luno\Error $e) {
  echo $e->message();
}

License

MIT, (*4)

The Versions

17/07 2018

dev-master

9999999-dev https://github.com/luno/luno-php

PHP SDK for the Luno API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Neil Garb

bitcoin ethereum luno

17/07 2018

0.0.3

0.0.3.0 https://github.com/luno/luno-php

PHP SDK for the Luno API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Neil Garb

bitcoin ethereum luno

14/06 2018

0.0.2

0.0.2.0 https://github.com/luno/luno-php

PHP SDK for the Luno API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Neil Garb

bitcoin ethereum luno

25/05 2018

v0.0.1-alpha

0.0.1.0-alpha https://github.com/luno/luno-php

Luno API client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Neil Garb

bitcoin ethereum luno