PHPackages                             igdr/messanger-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. [Queues &amp; Workers](/categories/queues)
4. /
5. igdr/messanger-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

igdr/messanger-bundle
=====================

Messanger Bundle

06.2k1PHP

Since Jan 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/igdr/MessangerBundle)[ Packagist](https://packagist.org/packages/igdr/messanger-bundle)[ RSS](/packages/igdr-messanger-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Messanger Bundle
================

[](#messanger-bundle)

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

[](#installation)

Add the bundle to your `composer.json`:

```
"igdr/messanger-bundle" : "dev-master"

```

and run:

```
php composer.phar update

```

Then add the MessangerBundle to your application kernel:

```
// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\MessangerBundle\IgdrMessangerBundle(),
        new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
        // ...
    );
}

```

Add parameters to app/config/parameters.ini

```
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null

```

Add swiftmailer configuration to app/config/config.yml

```
swiftmailer:
    transport: "%mailer_transport%"
    host:      "%mailer_host%"
    username:  "%mailer_user%"
    password:  "%mailer_password%"

igdr_messanger:
    email:
        from: text@example.com
        from_name: example

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b43bdf609a0bbcb50ca6e968cd7a62159b63c2296c1151b937a87cf78f29890?d=identicon)[igdr](/maintainers/igdr)

---

Top Contributors

[![igdr](https://avatars.githubusercontent.com/u/4249152?v=4)](https://github.com/igdr "igdr (3 commits)")

### Embed Badge

![Health badge](/badges/igdr-messanger-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/igdr-messanger-bundle/health.svg)](https://phpackages.com/packages/igdr-messanger-bundle)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[lelivrescolaire/sqs-bundle

Communicate with an SQS queue from inside your symfony 2 application.

109.6k](/packages/lelivrescolaire-sqs-bundle)

PHPackages © 2026

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