joseraul / iex-cloud-api
Framework agnostic PHP IEX Cloud Api wrapper
Installs: 1 910
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 2
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2025-04-13 10:29:22 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);