antonio-salieri / egctweet_plain
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- ext-pdo_mysql: ~1.0
- ext-pgsql: 0.0.0.*
This package is not auto-updated.
Last update: 2025-04-02 10:44:56 UTC
README
Tweet viewer (same as project https://github.com/antonio-salieri/egctwit) but without zend framework.
This is simple application which shows last five user tweets.
To install from composer type the following command:
php composer.phar create-project -sdev "antonio-salieri/egctweet_plain": "dev-master" <path/to/project/directory>
After that you should edit file "config.php" in "config/" directory, and put Twitter application access keys in right place in this 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/config.php" file.