oyatel/twitter-async
Composer 安装命令:
composer require oyatel/twitter-async
包简介
Twitter-async is a high performance wrapper for Twitter's OAuth API which provides parallel/asynchronous calls. Follow @apiclient for commit updates
README 文档
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
- http://www.jaisenmathai.com/articles/twitter-php-sign-in.html
- http://www.jaisenmathai.com/articles/twitter-php-oauth.html
- http://www.1stwebdesigner.com/tutorials/twitter-app-oauth-php/
Authors
| Jaisen Mathai jaisen-at-jmathai.com http://www.jaisenmathai.com |
Contributions from
统计信息
- 总下载量: 449
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2012-03-26