Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

andreas-glaser/kraken-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken PHP Client

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

Requirements

Installation

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

Usage

<?php

use AndreasGlaser\KPC\KPC;

$apiKey = 'YOUR_PRIVATE_API_KEY';
$apiSecret = 'YOUR_PRIVATE_API_SECRET';

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

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

var_dump($result->decoded);

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published