dev-master
9999999-dev https://github.com/andreas-glaser/poloniex-php-clientAn efficient poloniex rest api client, built on top of guzzle
MIT
The Requires
The Development Requires
api php rest-client poloniex
An efficient poloniex rest api client, built on top of guzzle
An efficient poloniex rest api client, built on top of guzzle, (*1)
composer require andreas-glaser/poloniex-php-client dev-master
```php <?php, (*2)
use AndreasGlaser\PPC\PPC;, (*3)
$apiKey = 'YOUR_PRIVATE_API_KEY'; $apiSecret = 'YOUR_PRIVATE_API_SECRET';, (*4)
/** @var PPC $pcc */ $pcc = new PPC($apiKey, $apiSecret);, (*5)
$result = $pcc->buy('BTC_ETH', 0.034, 100, 1);, (*6)
var_dump($result->decoded);, (*7)
An efficient poloniex rest api client, built on top of guzzle
MIT
api php rest-client poloniex