oyatel/twitter-async

There is no license information available for the latest version (dev-master) of this package.

Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates

Maintainers

Package info

github.com/Oyatel/twitter-async

pkg:composer/oyatel/twitter-async

Statistics

Installs: 449

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2012-03-26 20:12 UTC

This package is not auto-updated.

Last update: 2026-03-14 20:15:33 UTC


README

A fast and asynchronous PHP Twitter library

How it looks

$twitterObj = new EpiTwitter($consumerKey, $consumerSecret, $oauthToken, $oauthSecret);  
$creds = $twitterObj->get('/account/verify_credentials.json');  
var_dump($creds->response);

Documentation:

Live Example

Blogs

Authors

Jaisen Mathai
jaisen-at-jmathai.com
http://www.jaisenmathai.com

Contributions from