dprmc/iex-trading
A PHP library to access the IEX trading API.
v1.0.9
2018-10-17 16:37 UTC
Requires
- illuminate/support: 4.2.22
- nesbot/carbon: ^1.22
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^5.7
README
PHP library that provides access to the iextrading.com API.
Usage
Quote
// https://iextrading.com/developer/docs/#quote $stockQuote = IEXTrading::stockQuote( 'aapl' ); echo $stockQuote->companyName; // Apple Inc.
Key Stats
// https://iextrading.com/developer/docs/#key-stats $stockStats = IEXTrading::stockStats( 'aapl' ); echo $stockStats->marketcap; // 760334287200