tokenly/crypto-quote-client
最新稳定版本:v1.3.0
Composer 安装命令:
composer require tokenly/crypto-quote-client
包简介
A library for obtaining cryptocurrency quotes
README 文档
README
Gets quotes for cryptocurrency prices.
Usage:
$client = new Tokenly\CryptoQuoteClient\Client(); $quote = $client->getQuote('bitcoinAverage', 'USD', 'BTC'); echo json_encode($quote, 192)."\n"; /* { "name": "bitcoinAverage", "base": "USD", "target": "BTC", "ask": 217.55, "askSat": 21755000000, "bid": 217.19, "bidSat": 21719000000, "last": 217.39, "lastSat": 21739000000, "timestamp": 1423163845 } */
Included drivers are:
- bitcoinAverage
- bitstamp
- poloniex
统计信息
- 总下载量: 626
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-05