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
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2025-06-22 00:15:55 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.phprvim example.php
to update your username and password with Robinhood credentials.php ./example.php
to run the example.php