gonzalo123/silex-twitter-login

Sign-in with Twitter in a Silex application.

dev-master 2013-04-14 09:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:53:45 UTC


README

Sign in with Twitter from a Silex application.

Remember to:

  • install vendor (composer install)
  • mv www/twitterCredentials.conf.dist.php www/twitterCredentials.conf.php

and change use your own $consumerKey, $consumerSecret from Twitter

You can start the server with.

php -S 0.0.0.0:8080 -t www