Best laravel framework open-source packages.

SilexTwitterLogin

Sign in with Twitter from a Silex application.
Updated 8 years ago

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

Tags twitter php