joseraul/iex-cloud-api

Framework agnostic PHP IEX Cloud Api wrapper

0.0.9 2020-08-08 11:38 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);