Skip to content

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

License

Notifications You must be signed in to change notification settings

yeclipse/twitter-async

This branch is 4 commits behind jmathai/twitter-async:master.

Folders and files

NameName
Last commit message
Last commit date
May 2, 2013
Jul 21, 2010
Jul 21, 2010
Sep 25, 2010
May 13, 2011
Sep 2, 2010
Jan 7, 2014
Apr 15, 2009
Jun 11, 2011
May 5, 2011
Feb 22, 2013
Jun 12, 2010

Repository files navigation

Twitter-async (PHP)

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published