PHPackages                             orweb/easy-last-tweet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. orweb/easy-last-tweet

ActiveSymfony-bundle[API Development](/categories/api)

orweb/easy-last-tweet
=====================

Symfony 2 bundle to add quickly last tweets on your website

v1.0.1(8y ago)1151[1 PRs](https://github.com/orweb/EasyLastTweet/pulls)MITPHP

Since Sep 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/orweb/EasyLastTweet)[ Packagist](https://packagist.org/packages/orweb/easy-last-tweet)[ RSS](/packages/orweb-easy-last-tweet/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

lastTweet
=========

[](#lasttweet)

Symfony 2 bundle to add quickly last tweets on your website, you can choose and change the screen name, override template and use your own template, this bundle reqiure dependency on abraham/twitteroauth bundle

Installation
============

[](#installation)

prerequisites
-------------

[](#prerequisites)

when you install OrwebEasyLastTweetBundle for symfony, this dependency will be add :

```
https://github.com/abraham/twitteroauth

```

installation
------------

[](#installation-1)

1. Add this bundle to your project in composer.json:

```
{
    "require": {
        "orweb/EasylastTweet": "^1.0",
    }
}
```

2. Install with composer

```
composer.phar require orweb/EasylastTweet
```

3. Register the bundle

```
