makusu / tmhoauth-service-provider
tmhOAuth silex service provider.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/makusu/tmhoauth-service-provider
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 service provider for Silex.
Installation
$ wget http://getcomposer.org/composer.phar $ php composer.phar install
Registering
$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', ), ));
Credits
License
The tmhOAuth Silex Extension is licensed under the MIT license.