PHPackages                             renus/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. renus/last-tweet

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

renus/last-tweet
================

Symfony 2 bundle to add quickly last tweets on your website

v1.0.2(11y ago)1236MITPHP

Since May 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/renus/last-tweet)[ Packagist](https://packagist.org/packages/renus/last-tweet)[ RSS](/packages/renus-last-tweet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)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 RenusLastTweetBundle 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:

[](#1-add-this-bundle-to-your-project-in-composerjson)

```
{
    "require": {
        "renus/last-tweet": "1.*",
    }
}
```

### 2. OR Install with composer

[](#2-or-install-with-composer)

```
composer.phar require renus/last-tweet dev-master
```

### 3. Register the bundle

[](#3-register-the-bundle)

```
