joseraul / iex-trading-api
Framework agnostic PHP IEX Trading Api wrapper
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/joseraul/iex-trading-api
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2025-09-29 00:48:37 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');