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

Latest commit

 

History

History
37 lines (28 loc) · 1.17 KB

README.markdown

File metadata and controls

37 lines (28 loc) · 1.17 KB

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