makusu / tmhoauth-service-provider
tmhOAuth Silex 服务提供者。
dev-master
2013-12-31 20:27 UTC
Requires
- php: >=5.3.2
- themattharris/tmhoauth: dev-master
This package is not auto-updated.
Last update: 2020-01-06 03:50:41 UTC
README
tmhOAuth 为 Silex 提供的服务提供者。
安装
$ wget https://getcomposer.org.cn/composer.phar $ php composer.phar install
注册
$app->register(new TmhOAuth\Silex\Provider\TmhOAuthServiceProvider(), array( 'tmhoauth.keys' => array( 'consumer_key' => 'ENTER_HERE_YOUR_TWITTER_CONSUMER_KEY', 'consumer_secret => 'ENTER_HERE_YOUR_TWITTER_CONSUMER_SECRET', ), ));
致谢
许可证
tmhOAuth Silex 扩展基于 MIT 许可证。