wobeto/twitter
Composer 安装命令:
composer require wobeto/twitter
包简介
Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.
关键字:
README 文档
README
Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by user, post Tweets, delete and get user profile.
Installation
Add wobeto/twitter to your composer.json file:
"require": {
"wobeto/twitter": "0.5.0"
}
Use composer to install this package.
$ composer update
Registering the Package
Register the service provider within the providers array found in app/config/app.php:
'providers' => array( // ... 'Wobeto\Twitter\TwitterServiceProvider' )
Add an alias within the aliases array found in app/config/app.php:
'aliases' => array( // ... 'Twitter' => 'Wobeto\Twitter\Facade\Twitter', )
Copy Config/twitter.php file to app/config/ and enter your data configurations
统计信息
- 总下载量: 135
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-29