ssx/twitter-async

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

Installs: 11 950

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 125

Language:HTML

dev-master 2018-02-09 09:28 UTC

This package is not auto-updated.

Last update: 2024-05-07 14:50:27 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

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

Contributions from