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.1k3[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 today

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 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

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

2099d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[ashallendesign/laravel-exchange-rates

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

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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