antonio-salieri / egc_tweet
Tweet previewer
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.3.3
- ext-curl: *
- zendframework/zendframework: 2.3.*
- zendframework/zendservice-twitter: >=2.0
- zf-commons/zfc-user: dev-master
This package is not auto-updated.
Last update: 2025-03-19 10:02:49 UTC
README
This is simple ZF2 application which shows last five user tweets.
To install from composer type the following command:
php composer.phar create-project -sdev "antonio-salieri/egc_tweet" <path/to/project/directory>
After that you should create file "egctweet.local.php" in "config/autoload" directory, and put Twitter application access keys. As example for creating "egctweet.local.php" file look at "config/autoload/egctweet.local.php.dist" file.
If you haven't created Twitter app yet go to https://apps.twitter.com and create one, then put keys for application access in "config/autoload/egctweet.local.php" file.