PHPackages                             jeffreyhyer/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. jeffreyhyer/robinhood

AbandonedArchivedLibrary[API Development](/categories/api)

jeffreyhyer/robinhood
=====================

A very unofficial PHP SDK for the Robinhood API

281PHP

Since Jul 21Pushed 8y ago4 watchersCompare

[ Source](https://github.com/JeffreyHyer/robinhood)[ Packagist](https://packagist.org/packages/jeffreyhyer/robinhood)[ RSS](/packages/jeffreyhyer-robinhood/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Robinhood PHP SDK
=================

[](#robinhood-php-sdk)

This repository contains a PHP SDK for use with the [Robinhood](https://robinhood.com/) trading API. This SDK was made possible thanks to the extensive research done by [sanko](https://github.com/sanko/Robinhood).

**DISCLAIMER:** This is **NOT** an official SDK, it is not affiliated with nor endorsed by Robinhood Markets, Inc. in any way. Use at your own risk.

Installation
------------

[](#installation)

#### Via Composer

[](#via-composer)

```
$ composer require jeffreyhyer/robinhood
```

Or add the following to your `composer.json` file:

```
{
    "require": {
        "jeffreyhyer/robinhood": "~0.1.0"
    }
}
```

From within the same directory as your `composer.json` file execute:

```
$ composer install
```

In your PHP file (if you're not using a fancy framework that handles autoloading for you):

```
