joseraul/iex-trading-api

Framework agnostic PHP IEX Trading Api wrapper

0.0.5 2018-12-01 10:16 UTC

This package is not auto-updated.

Last update: 2024-09-29 20:33:12 UTC


README

Build Status

IEX Trading Client Api

PHP Client for the IEX Trading Api

Get Started

Installation

composer require joseraul/iex-trading-api

Example of use

Stock

Stats

https://iextrading.com/developer/docs/#key-stats

$iex_trading = new Client();

$data = $iex_trading->stock()
    ->stats('APPL');