My favorites | Sign in
Project Logo
                
Show all Featured downloads:
phirehose_0.1.0.tar.gz
People details
Project owners:
  fenn.bailey

PHP interface to the Twitter Streaming API (firehose, etc). At time of writing, the streaming API was under "Alpha test" so consequently, this library should be treated as such too.

See: http://apiwiki.twitter.com/Streaming-API-Documentation

Goals

In short:

require_once('Phirehose.php');
class MyStream extends Phirehose
{
  public function enqueueStatus($status)
  {
    print_r($status);
  }
}

$stream = new MyStream('username', 'password');
$stream->consume();

What this library does do

What this library doesn't do

Please see the wiki for documentation.

If you have any additional questions, head over to the Phirehose Users group http://groups.google.com/group/phirehose-users









Hosted by Google Code