PHPackages                             mcfedr/twitterpushbundle - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mcfedr/twitterpushbundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

mcfedr/twitterpushbundle
========================

A bundle for pushing tweets are push notifications

4.0.0(9y ago)0139MITPHPPHP &gt;=5.6

Since Dec 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mcfedr/twitterpushbundle)[ Packagist](https://packagist.org/packages/mcfedr/twitterpushbundle)[ RSS](/packages/mcfedr-twitterpushbundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (31)Used By (0)

Twitter Push Bundle
===================

[](#twitter-push-bundle)

A bundle for sending tweets as push notifications

[![Latest Stable Version](https://camo.githubusercontent.com/1eddc362841fb9922c32bfc81cbe4ab5df2c172ba5a14f15179deb6044eec26c/68747470733a2f2f706f7365722e707567782e6f72672f6d63666564722f747769747465727075736862756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mcfedr/twitterpushbundle)[![License](https://camo.githubusercontent.com/fa02fe83c43dd14bd92e79a6e5403d22dfffcbc986f8f496727fa9e9026f8c36/68747470733a2f2f706f7365722e707567782e6f72672f6d63666564722f747769747465727075736862756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/mcfedr/twitterpushbundle)[![Build Status](https://camo.githubusercontent.com/f503ede5a974d163fd1c8559d94bfe16f443b8c743cd8935b6ef4b37207c4d9b/68747470733a2f2f7472617669732d63692e6f72672f6d63666564722f747769747465727075736862756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mcfedr/twitterpushbundle)[![SensioLabsInsight](https://camo.githubusercontent.com/20f397b791e0db3b72a7cc202e11edfc41a4886e4d58c20e6130f58ebaf55d45/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66323065366162392d616134632d346235632d396166312d6633363931633562316266392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/f20e6ab9-aa4c-4b5c-9af1-f3691c5b1bf9)

Install
-------

[](#install)

### Composer

[](#composer)

```
php composer.phar require mcfedr/twitterpushbundle

```

### AppKernel

[](#appkernel)

Include the bundle in your AppKernel You need to also load the AWSPushBundle

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Mcfedr\AwsPushBundle\McfedrAWSPushBundle(),
        new Mcfedr\TwitterPushBundle\McfedrTwitterPushBundle(),

```

Config
------

[](#config)

This is sample configuration, to add to your config.yml

```
mcfedr_twitter_push:
    twitter:
        consumer_key: 'my consumer key'
        consumer_secret: 'my consumer secret'
        token: 'my token'
        token_secret: 'my token secret'
    userid: "twitter id that you want to follow"

```

You can find userid at [idfromuser.com](http://idfromuser.com). You can also use a comma separated list if you want to follow multiple users

You will also need to configure the AwsPushBundle, see the [README](https://github.com/mcfedr/awspushbundle/blob/master/README.md) for details

Daemon
------

[](#daemon)

Run the daemon `./app/console mcfedr:twitter:stream --env=prod --no-debug`

There is a sample supervisord config in the supervisord folder.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~163 days

Total

30

Last Release

3536d ago

Major Versions

1.0.10 → 2.0.02014-02-01

2.3.0 → 3.0.02014-11-26

3.2.2 → 4.0.02016-09-07

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

4.0.0PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/7039999f29a83140d61116032ec1684c752412e458ad1999e15eea2f8808498c?d=identicon)[mcfedr](/maintainers/mcfedr)

---

Top Contributors

[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (56 commits)")

---

Tags

bundlepushnotificationgcmtwitterapnsc2dmios

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mcfedr-twitterpushbundle/health.svg)

```
[![Health](https://phpackages.com/badges/mcfedr-twitterpushbundle/health.svg)](https://phpackages.com/packages/mcfedr-twitterpushbundle)
```

###  Alternatives

[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M15](/packages/sly-notification-pusher)[turbo124/laravel-push-notification

Laravel package to send push notifications to mobile devices (apns, gcm)

1157.9k](/packages/turbo124-laravel-push-notification)[witty/laravel-push-notification

Laravel 5 Package for sending push notifications to Android and iOS devices

245.0k](/packages/witty-laravel-push-notification)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
