joseraul/iex-cloud-api
Composer 安装命令:
composer require joseraul/iex-cloud-api
包简介
Framework agnostic PHP IEX Cloud Api wrapper
README 文档
README
PHP Client for the IEX Cloud Api
Get Started
Installation
composer require joseraul/iex-cloud-api
Example of use
use IEXCloud\Client;
$client = new Client();
$news = $client
->setVersion('v1')
->setToken('token')
->balanceSheet('OTLK', 'quarter', 5);
统计信息
- 总下载量: 1.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-19