dev-master
9999999-dev https://github.com/andreas-glaser/kraken-php-clientAn efficient kraken rest api client, built on top of guzzle
MIT
The Requires
The Development Requires
api php rest-client poloniex
An efficient kraken rest api client, built on top of guzzle
An efficient kraken rest api client, built on top of guzzle, (*1)
composer require andreas-glaser/kraken-php-client dev-master
```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)
An efficient kraken rest api client, built on top of guzzle
MIT
api php rest-client poloniex