antonio-salieri/egc_tweet

Tweet previewer

Maintainers

👁 antonio-salieri

Package info

github.com/antonio-salieri/egctwit

Language:JavaScript

Type:project

pkg:composer/antonio-salieri/egc_tweet

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2015-02-27 21:32 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause d4d1fd82e167226a6288c11ac70bda45b98ec2e9

frameworkzf2twitterEGC

This package is not auto-updated.

Last update: 2026-06-24 16:12:47 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.