joseraul/iex-cloud-api

Framework agnostic PHP IEX Cloud Api wrapper

Installs: 1 913

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 2

pkg:composer/joseraul/iex-cloud-api

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);