makusu/tmhoauth-service-provider

tmhOAuth silex service provider.

dev-master 2013-12-31 20:27 UTC

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.