gonzalo123 / silex-twitter-login
Sign-in with Twitter in a Silex application.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/gonzalo123/silex-twitter-login
Requires
- guzzle/guzzle: dev-master
- silex/silex: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-10-11 20:04:32 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