joseraul/iex-trading-api
Composer 安装命令:
composer require joseraul/iex-trading-api
包简介
Framework agnostic PHP IEX Trading Api wrapper
README 文档
README
IEX Trading Client Api
PHP Client for the IEX Trading Api
Get Started
Installation
composer require joseraul/iex-trading-api
Example of use
Stock
Stats
https://iextrading.com/developer/docs/#key-stats
$iex_trading = new Client();
$data = $iex_trading->stock()
->stats('APPL');
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-27