marcossegovia/twitter-api-client-bundle
Composer 安装命令:
composer require marcossegovia/twitter-api-client-bundle
包简介
Integration with Symfony of the http client to easy access Twitter API services
README 文档
README
A Symfony Bundle for php-twitter-api-client
##How to install?
"require": { "marcossegovia/twitter-api-client-bundle": "1.*" }
##How to use it?
First of all include the Bundle into your AppKernel.php
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ //... new MarcosSegovia\TwitterApiClientBundle\TwitterApiClientBundle()
And provide into your config.yml your Twitter API_KEY and API_SECRET like the following example:
twitter_api_client: twitter: api_key: your_raw_api_key api_secret: your_raw_api_secret
统计信息
- 总下载量: 270
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-09