2017 © Pedro Peláez
 

library kraken-php-client

An efficient kraken rest api client, built on top of guzzle

image

andreas-glaser/kraken-php-client

An efficient kraken rest api client, built on top of guzzle

  • Tuesday, March 21, 2017
  • by andreas-glaser
  • Repository
  • 2 Watchers
  • 3 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

Kraken PHP Client

An efficient kraken rest api client, built on top of guzzle, (*1)

Requirements

Installation

composer require andreas-glaser/kraken-php-client dev-master

Usage

```php <?php, (*2)

use AndreasGlaser\KPC\KPC;, (*3)

$apiKey = 'YOUR_PRIVATE_API_KEY'; $apiSecret = 'YOUR_PRIVATE_API_SECRET';, (*4)

/** @var KPC $kpc */ $kpc = new KPC($apiKey, $apiSecret);, (*5)

$result = $kpc->getTicker(['XBTUSD', 'ETHXBT']);, (*6)

var_dump($result->decoded);, (*7)

The Versions

21/03 2017

dev-master

9999999-dev https://github.com/andreas-glaser/kraken-php-client

An efficient kraken rest api client, built on top of guzzle

  Sources   Download

MIT

The Requires

 

The Development Requires

api php rest-client poloniex