joseraul / iex-cloud-api
框架无关的PHP IEX Cloud Api包装器
0.0.9
2020-08-08 11:38 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2024-09-29 07:57:20 UTC
README
用于IEX Cloud Api的PHP客户端
开始使用
安装
composer require joseraul/iex-cloud-api
使用示例
use IEXCloud\Client;
$client = new Client();
$news = $client
->setVersion('v1')
->setToken('token')
->balanceSheet('OTLK', 'quarter', 5);