Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

jmathai/twitter-async

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