PHPackages                             karo-io/messenger-monitor-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. karo-io/messenger-monitor-bundle

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

karo-io/messenger-monitor-bundle
================================

Symfony bundle for information about your Messenger queues and transports

149.8k↓55.6%4PHP

Since Mar 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/karo-io/messenger-monitor-bundle)[ Packagist](https://packagist.org/packages/karo-io/messenger-monitor-bundle)[ RSS](/packages/karo-io-messenger-monitor-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Stalled
-------

[](#stalled)

Work on this repo here is currently stalled. You might want to check out  where @nikophil is putting more energy into it

Messenger Monitor
-----------------

[](#messenger-monitor)

A Symfony Bundle to show you information about your Messenger queues/transports

This is in a development phase

Implemented Features

- Show queue length in console (configure interval)

Planned Features

- Add admin route to see the queues in the browser
- Auto Refresh
- Refactor queue information to allow additional data
- Collect data (how? TBD)
- Show more queue information (avg time, ago, ...)

Phase 2

- Realtime updates in browser (use TURTED\_reactphp)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require karo-io/messenger-monitor-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require karo-io/messenger-monitor-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    KaroIO\MessengerMonitorBundle\KaroIOMessengerMonitorBundle::class => ['all' => true],
];
```

Usage
=====

[](#usage)

`bin/console messenger:monitor` to refresh every 3 seconds (default)

`bin/console messenger:monitor -i 0` to get the information only once `bin/console messenger:monitor -i 1` to refresh every second

Check `bin/console help messenger:monitor` for more information

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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://avatars.githubusercontent.com/u/206212?v=4)[Peter Dietrich](/maintainers/xosofox)[@xosofox](https://github.com/xosofox)

---

Top Contributors

[![nikophil](https://avatars.githubusercontent.com/u/10139766?v=4)](https://github.com/nikophil "nikophil (12 commits)")[![xosofox](https://avatars.githubusercontent.com/u/206212?v=4)](https://github.com/xosofox "xosofox (12 commits)")

### Embed Badge

![Health badge](/badges/karo-io-messenger-monitor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/karo-io-messenger-monitor-bundle/health.svg)](https://phpackages.com/packages/karo-io-messenger-monitor-bundle)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M507](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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