PHPackages                             michaeldrennen/robinhood - 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/robinhood

ActiveLibrary[API Development](/categories/api)

michaeldrennen/robinhood
========================

A PHP client to interface with the Robinhood trading platform.

v1.1.5(5y ago)41.2k3[2 PRs](https://github.com/michaeldrennen/Robinhood/pulls)MITPHP

Since Jan 7Pushed 3y ago2 watchersCompare

[ Source](https://github.com/michaeldrennen/Robinhood)[ Packagist](https://packagist.org/packages/michaeldrennen/robinhood)[ RSS](/packages/michaeldrennen-robinhood/feed)WikiDiscussions master Synced 3w ago

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

Robinhood
=========

[](#robinhood)

[![Packagist Version](https://camo.githubusercontent.com/487df5c637c1ec1b9d0faf7f6dd6bc1603d2944f6e6c4f941770d76d850ace4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69636861656c6472656e6e656e2f726f62696e686f6f64)](https://camo.githubusercontent.com/487df5c637c1ec1b9d0faf7f6dd6bc1603d2944f6e6c4f941770d76d850ace4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69636861656c6472656e6e656e2f726f62696e686f6f64) [![GitHub last commit](https://camo.githubusercontent.com/25cdb1c88d58e8f427c793a87da7492ea5bc92926de6ad70fb0862b3d1d79ac4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d69636861656c6472656e6e656e2f726f62696e686f6f64)](https://camo.githubusercontent.com/25cdb1c88d58e8f427c793a87da7492ea5bc92926de6ad70fb0862b3d1d79ac4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d69636861656c6472656e6e656e2f726f62696e686f6f64) [![Packagist](https://camo.githubusercontent.com/868bfe12b38b40543a5f355d026eace42ffe8ddb2a997c47bdf479d6c11e8b03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c6472656e6e656e2f726f62696e686f6f64)](https://camo.githubusercontent.com/868bfe12b38b40543a5f355d026eace42ffe8ddb2a997c47bdf479d6c11e8b03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c6472656e6e656e2f726f62696e686f6f64) [![GitHub issues](https://camo.githubusercontent.com/272954b993a68c0079332d986de753e26c2d8034a679190fee9ccf0494f2b06a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d69636861656c6472656e6e656e2f726f62696e686f6f64)](https://camo.githubusercontent.com/272954b993a68c0079332d986de753e26c2d8034a679190fee9ccf0494f2b06a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d69636861656c6472656e6e656e2f726f62696e686f6f64) [![GitHub](https://camo.githubusercontent.com/af7882e250ccdc49c2f8cd272a3ba48ead33ebe35a093120911e721f7f30d71c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d69636861656c6472656e6e656e2f726f62696e686f6f64)](https://camo.githubusercontent.com/af7882e250ccdc49c2f8cd272a3ba48ead33ebe35a093120911e721f7f30d71c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d69636861656c6472656e6e656e2f726f62696e686f6f64) [![GitHub stars](https://camo.githubusercontent.com/580922adfc856ae024a5abcf2d9e705468532c591d981639d6e5b94f837d8411/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d69636861656c6472656e6e656e2f726f62696e686f6f643f7374796c653d736f6369616c)](https://camo.githubusercontent.com/580922adfc856ae024a5abcf2d9e705468532c591d981639d6e5b94f837d8411/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d69636861656c6472656e6e656e2f726f62696e686f6f643f7374796c653d736f6369616c)

A PHP library to interact with the unofficial Robinhood API. Happy trading!

**Use at your own risk!**

```
$robinhoodUsername    = 'some@email.com';
$robinhoodPassword    = '12345';
$robinhoodDeviceToken = 'someuuid'; // Open your web browser's inspector and examine the XHR POST request to /token. The value in the device_token param goes here.
$robinhood            = new Robinhood();
$robinhood->login( $robinhoodUsername, $robinhoodPassword, $robinhoodDeviceToken );
$quotes               = $robinhood->quotesForTickers( [ 'AAPL', 'MSFT' ] );
```

Most of the functionality is available as public methods in the Robinhood object.

The code is pretty straight forward, but I might add documentation here at some point in the future.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

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 ~39 days

Recently: every ~88 days

Total

16

Last Release

2153d ago

### 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 (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[lion/bundle

Lion-framework configuration and initialization package

122.4k4](/packages/lion-bundle)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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