PHPackages                             knplabs/knp-last-tweets-bundle - 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. knplabs/knp-last-tweets-bundle

AbandonedArchivedSymfony-bundle

knplabs/knp-last-tweets-bundle
==============================

Symfony2 bundle to easily add a widget with the latest tweets of a Twitter user to a page.

1.0(13y ago)3311.5k15[4 issues](https://github.com/KnpLabs/KnpLastTweetsBundle/issues)MITPHPPHP &gt;=5.3.2

Since Jul 25Pushed 3y ago28 watchersCompare

[ Source](https://github.com/KnpLabs/KnpLastTweetsBundle)[ Packagist](https://packagist.org/packages/knplabs/knp-last-tweets-bundle)[ Docs](http://github.com/KnpLabs/KnpLastTweetsBundle)[ RSS](/packages/knplabs-knp-last-tweets-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (4)Used By (0)

DEPRECATED
==========

[](#deprecated)

Unfortunately we decided to not maintain this project anymore ([see why](https://knplabs.com/en/blog/news-for-our-foss-projects-maintenance)). If you want to mark another package as a replacement for this one please send an email to .

KnpLastTweetsBundles
====================

[](#knplasttweetsbundles)

Warning
-------

[](#warning)

the bundle is working only with OAuth driver because of [twitter api v.1 retirement](https://blog.twitter.com/2013/api-v1-is-retired)old users needs update `abraham/twitteroauth` using `composer update abraham/twitteroauth`

This Symfony2 bundle will allow you to easily add a visual widget with the last tweets of the Twitter users to your page.

[![Build Status](https://camo.githubusercontent.com/cbb8b1fba6894d18d938f1a0dee8311b488bf1a7b86ebf96f60b4a1ab06da103/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4b6e704c6162732f4b6e704c61737454776565747342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/KnpLabs/KnpLastTweetsBundle)

Note that tweets are transformed so that links are clickable.

Installation
------------

[](#installation)

Add KnpLastTweetsBundle in your composer.json

```
{
    "require": {
        "knplabs/knp-last-tweets-bundle": "*"
    }
}
```

Register the bundle in your `app/AppKernel.php`:

```
