Download the PHP package funyug/poloniex without Composer
On this page you can find all versions of the php package funyug/poloniex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download funyug/poloniex
More information about funyug/poloniex
Files in funyug/poloniex
Download funyug/poloniex
More information about funyug/poloniex
Files in funyug/poloniex
Vendor funyug
Package poloniex
Short Description Api wrapper for cryptocurrency exchange Poloniex.com
License MIT
Homepage https://github.com/funyug/poloniex-api-client
Package poloniex
Short Description Api wrapper for cryptocurrency exchange Poloniex.com
License MIT
Homepage https://github.com/funyug/poloniex-api-client
Please rate this library. Is it a good library?
Informations about the package poloniex
poloniex-api-client
Api client for Poloniex.com. Based on PHP wrapper by compcentral. Extended to have more functionality.
Installation
composer require funyug/poloniex
Usage
use Funyug/Poloniex;
$api = new Poloniex("Api key","Api secret");
Get Balance:
$api->get_total_btc_balance();
Get Order book:
$api->get_order_book("BTC_ETH");
Place Buy Order:
$api->buy('BTC_ETH',$buy_price,$amount);
Place Sell Order:
$api->sell('BTC_ETH', $sell_price, $number_of_coins);
All versions of poloniex with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package funyug/poloniex contains the following files
Loading the files please wait ....