I use Phirehose to get a live and continuous stream of the Twitter UserStream API. So far I have been able to execute php -S localhost:8000 index.php
and it work fire up and work fine.
Now I want to use the data from the CLI script in Laravel.
1) How can I stream the Phirehose data to Laravel?
2) How can I get this script to stay active in the background of a non-GUI droplet @ DigitalOcean?