PHPackages                             braune-digital/message-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. braune-digital/message-bundle

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

braune-digital/message-bundle
=============================

Message bundle

v1.0.0(9y ago)010.5k↓25%MITPHP

Since Apr 18Pushed 6y ago9 watchersCompare

[ Source](https://github.com/braune-digital/BrauneDigitalMessageBundle)[ Packagist](https://packagist.org/packages/braune-digital/message-bundle)[ RSS](/packages/braune-digital-message-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

BrauneDigitalMessageBundle
==========================

[](#braunedigitalmessagebundle)

This Symfony2-Bundle provides a base for user to user and system messaging.

Requirements
------------

[](#requirements)

In order to install this bundle you will need:

- DoctrineORM (Entity Persistence)
- SonataEasyExtends (optional but strongly recommended)

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

[](#installation)

Just run composer:

```
composer require braune-digital/message-bundle
```

And enable the Bundle in AppKernel.php:

```
public function registerBundles()
    {
        $bundles = array(
          ...
          new BrauneDigital\MessageBundle\BrauneDigitalMessageBundle(),
          ...
        );
```

In order to use the bundle you have to

Extend the Bundle
-----------------

[](#extend-the-bundle)

Just run:

```
php app/console sonata:easy-extends:generate --dest=src BrauneDigitalMessageBundle

```

Enable the extended Bundle in AppKernel.php:

```
public function registerBundles()
    {
        $bundles = array(
          ...
          new Application\BrauneDigital\MessageBundle\ApplicationBrauneDigitalMessageBundle(),
          ...
        );
```

Add the relations to your User-Entity
-------------------------------------

[](#add-the-relations-to-your-user-entity)

```

```

Todo
----

[](#todo)

- Add Document Version
- Validation / Constraints
- Security (Voters)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

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 ~454 days

Total

3

Last Release

2407d ago

Major Versions

1.0.x-dev → 2.0.x-dev2019-10-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/141b9ae2fba31f3c2d3e58bdb88b88c0ca2824d4821fd8165449459b7f481d6d?d=identicon)[Braune Digital GmbH](/maintainers/Braune%20Digital%20GmbH)

---

Top Contributors

[![nziermann](https://avatars.githubusercontent.com/u/2099098?v=4)](https://github.com/nziermann "nziermann (1 commits)")

---

Tags

message chat conversation bundle

### Embed Badge

![Health badge](/badges/braune-digital-message-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/braune-digital-message-bundle/health.svg)](https://phpackages.com/packages/braune-digital-message-bundle)
```

PHPackages © 2026

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