andrewbo / robinhood-php-lib
Another PHP library to wrap the robinhood.com API (https://api.robinhood.com/)
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 6
pkg:composer/andrewbo/robinhood-php-lib
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2025-10-26 02:07:51 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.phpto copy example.phprvim example.phpto update your username and password with Robinhood credentials.php ./example.phpto run the example.php