joseraul / iex-cloud-api
Framework agnostic PHP IEX Cloud Api wrapper
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: 2026-03-15 14:49:32 UTC
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);