andrewbo/robinhood-php-lib

Another PHP library to wrap the robinhood.com API (https://api.robinhood.com/)

dev-master 2017-07-10 18:42 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:37:26 UTC


README

Just another PHP library to wrap the robinhood.com API (https://api.robinhood.com/)

Robinhood is a stock brokerage that allows customers to buy and sell U.S. listed stocks and ETFs with $0 commission.

How to install

composer require andrewbo/robinhood-php-lib dev-master

Try it

  • cp ./vendor/andrewbo/robinhood-php-lib/example.php ./example.php to copy example.php
  • rvim example.php to update your username and password with Robinhood credentials.
  • php ./example.php to run the example.php