PHPackages                             michaeldrennen/iex-trading - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. michaeldrennen/iex-trading

ActiveLibrary[API Development](/categories/api)

michaeldrennen/iex-trading
==========================

A PHP library to access the IEX trading API.

v3.0(3y ago)11.1kMITPHPPHP ^7.0|^8.0

Since Jan 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/michaeldrennen/IEXTrading)[ Packagist](https://packagist.org/packages/michaeldrennen/iex-trading)[ RSS](/packages/michaeldrennen-iex-trading/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (5)Versions (25)Used By (0)

IEXTrading
==========

[](#iextrading)

[![Latest Stable Version](https://camo.githubusercontent.com/442d689728aca2f28503e751f5c2c3eeac5782273c4f5e06b013f2fc6d368ab7/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f6965782d74726164696e672f762f737461626c65)](https://packagist.org/packages/michaeldrennen/iex-trading) [![Total Downloads](https://camo.githubusercontent.com/2c2f118d3eaa1584a2e378f3e88d32b487c2b12f6f482857dcc5e0dab11c17e0/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f6965782d74726164696e672f646f776e6c6f616473)](https://packagist.org/packages/michaeldrennen/iex-trading) [![Latest Unstable Version](https://camo.githubusercontent.com/bfc08a3735c56f8f015d2fbb5d887aa2ff131df5793a6c9b35d4774a062e95a4/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f6965782d74726164696e672f762f756e737461626c65)](https://packagist.org/packages/michaeldrennen/iex-trading) [![License](https://camo.githubusercontent.com/e43cb7dcda84eafb27d3fba70182e1f5ea8443a3c731957f4b807f791aedafef/68747470733a2f2f706f7365722e707567782e6f72672f6d69636861656c6472656e6e656e2f6965782d74726164696e672f6c6963656e7365)](https://packagist.org/packages/michaeldrennen/iex-trading)

PHP library that provides access to the iextrading.com API.

A fork from my original library.

Usage
-----

[](#usage)

### Quote

[](#quote)

```
// https://iextrading.com/developer/docs/#quote
$stockQuote = IEXTrading::stockQuote( 'aapl' );
echo $stockQuote->companyName; // Apple Inc.
```

### Key Stats

[](#key-stats)

```
// https://iextrading.com/developer/docs/#key-stats
$stockStats = IEXTrading::stockStats( 'aapl' );
echo $stockStats->marketcap; // 760334287200
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~82 days

Recently: every ~240 days

Total

24

Last Release

1140d ago

Major Versions

v1.0.7 → 2.02018-01-19

v1.0.8 → v2.012018-01-19

v2.13 → v3.02023-03-30

PHP version history (7 changes)v1.0.1PHP &gt;=5.6

v1.0.5PHP ^5.6

v2.02PHP ^7.2

v2.11PHP ^7.2|^8.0

v2.12PHP ^7|^8

v2.13PHP ^7.0||^8.0

v3.0PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b701baeed9e105a4a117e363b478d932306516c9365b4f2e3ef2dfed358f608b?d=identicon)[michaeldrennen](/maintainers/michaeldrennen)

---

Top Contributors

[![michaeldrennen](https://avatars.githubusercontent.com/u/5288190?v=4)](https://github.com/michaeldrennen "michaeldrennen (45 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/michaeldrennen-iex-trading/health.svg)

```
[![Health](https://phpackages.com/badges/michaeldrennen-iex-trading/health.svg)](https://phpackages.com/packages/michaeldrennen-iex-trading)
```

###  Alternatives

[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
