joseraul / iex-trading-api
Framework agnostic PHP IEX Trading Api wrapper
0.0.5
2018-12-01 10:16 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2025-04-13 22:48:12 UTC
README
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');