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

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

k3progetti/mercure-bridge-bundle
================================

Symfony bundle per gestire notifiche Mercure personalizzate

2.0.1(1mo ago)0791MITPHPPHP &gt;=8.4

Since Mar 26Pushed 1mo agoCompare

[ Source](https://github.com/K3Progetti/mercure-bridge-bundle)[ Packagist](https://packagist.org/packages/k3progetti/mercure-bridge-bundle)[ RSS](/packages/k3progetti-mercure-bridge-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (14)Used By (1)

MercureBridgeBundle
===================

[](#mercurebridgebundle)

Bundle Symfony per gestire notifiche in tempo reale tramite [Mercure](https://mercure.rocks/).

📦 Installazione
---------------

[](#-installazione)

Se usi questo bundle come pacchetto locale:

```
composer require k3progetti/mercure-bridge-bundle
```

⚙️ Configurazione
-----------------

[](#️-configurazione)

Nel tuo `config/bundles.php` aggiungi:

```
return [
    App\Bundle\MercureBridge\MercureBridgeBundle::class => ['all' => true],
];
```

🛠️ Servizi inclusi
------------------

[](#️-servizi-inclusi)

- `SendNotification`: servizio per inviare notifiche Mercure
- `NotificationMessageFactory`: helper per creare il payload del messaggio
- `JwtEventSubscriber`: listener che intercetta eventi JWT e invia aggiornamenti

📂 Struttura del bundle
----------------------

[](#-struttura-del-bundle)

```
MercureBridge/
├── composer.json
├── README.md
├── src/
│   ├── MercureBridgeBundle.php
│   ├── Enum/
│   ├── EventSubscriber/
│   ├── Service/
│   └── DependencyInjection/
│       ├── Configuration.php
│       └── MercureBridgeExtension.php
│   └── Resources/config/services.yaml

```

🧪 Requisiti
-----------

[](#-requisiti)

- PHP &gt;= 8.2
- Symfony &gt;= 7.0
- `symfony/mercure-bundle`

🔧 Registrazione automatica dei servizi
--------------------------------------

[](#-registrazione-automatica-dei-servizi)

Nel bundle è già presente un file `services.yaml` che carica tutti i servizi con:

```
services:
    App\Bundle\MercureBridge\:
        resource: '../../src/*'
        exclude:
            - '../../src/DependencyInjection/'
            - '../../src/MercureBridgeBundle.php'
        autowire: true
        autoconfigure: true
        public: false
```

📥 Contribuire
-------------

[](#-contribuire)

Sentitevi liberi di proporre migliorie

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance90

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 81.5% 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 ~30 days

Recently: every ~75 days

Total

13

Last Release

49d ago

Major Versions

v1.0.11 → v2.0.02026-01-16

PHP version history (2 changes)v1.0.1PHP ^8.2

v2.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/79fa54e3be2c0b9470fcb9c4acebe78b15470c37028e91694ce380ccf66f0ada?d=identicon)[mattiavitalik3](/maintainers/mattiavitalik3)

---

Top Contributors

[![thunderBestPower](https://avatars.githubusercontent.com/u/31736015?v=4)](https://github.com/thunderBestPower "thunderBestPower (22 commits)")[![mattiavitalik3](https://avatars.githubusercontent.com/u/141140764?v=4)](https://github.com/mattiavitalik3 "mattiavitalik3 (5 commits)")

### Embed Badge

![Health badge](/badges/k3progetti-mercure-bridge-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/k3progetti-mercure-bridge-bundle/health.svg)](https://phpackages.com/packages/k3progetti-mercure-bridge-bundle)
```

###  Alternatives

[pusher/pusher-push-notifications

562.5M9](/packages/pusher-pusher-push-notifications)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)

PHPackages © 2026

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