2017 © Pedro Peláez
 

library poloniex-php-client

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

image

andreas-glaser/poloniex-php-client

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

  • Saturday, January 27, 2018
  • by andreas-glaser
  • Repository
  • 4 Watchers
  • 19 Stars
  • 7,318 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Poloniex PHP Client

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

Requirements

Installation

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

Usage

```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)

The Versions

27/01 2018

dev-master

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

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

  Sources   Download

MIT

The Requires

 

The Development Requires

api php rest-client poloniex