PHPackages                             ujwaldhakal/symfony-opentracing-messenger - 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. ujwaldhakal/symfony-opentracing-messenger

ActiveSymfony-bundle

ujwaldhakal/symfony-opentracing-messenger
=========================================

Bundle that helps to trace symfony messenger's async messages

v1.0.1(3y ago)149MITPHPPHP &gt;=7.0

Since Aug 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ujwaldhakal/symfony-opentracing-messenger)[ Packagist](https://packagist.org/packages/ujwaldhakal/symfony-opentracing-messenger)[ RSS](/packages/ujwaldhakal-symfony-opentracing-messenger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Symfony Opentracing Messenger
-----------------------------

[](#symfony-opentracing-messenger)

This bundle helps you to setup opentracing on the [Symfony Messenger](https://symfony.com/doc/current/messenger.html) out of the box without any configs. This is just an addon for the [OpentracingBundleCore](https://github.com/auxmoney/OpentracingBundle-core).

If you are using Messenger for async messages no matter how many async messages you have inside message, it will trace them by modifying your messages before it gets processed. The way it modifies them is by using leveraging the [Symfony Messenger Events](https://symfony.com/doc/current/messenger.html#messenger-events).

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

[](#installation)

- Run `composer require  ujwaldhakal/symfony-opentracing-messenger`
- Import bundle on your `bundles.php` with

```
  Auxmoney\OpentracingBundle\OpentracingBundle::class => ['all' => true],
  Ujwaldhakal\OpentracingMessengerBundle\MessengerBundle::class => ['all' => true]

```

- Follow the configuration from

For more info visit:

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

1371d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.4

v1.0.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ec0cda1a5e4fdd96690492a23488087e88e1165e22a716eec62da60eddf0a3?d=identicon)[ujwaldhakal](/maintainers/ujwaldhakal)

---

Top Contributors

[![ujwaldhakal](https://avatars.githubusercontent.com/u/11195862?v=4)](https://github.com/ujwaldhakal "ujwaldhakal (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ujwaldhakal-symfony-opentracing-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/ujwaldhakal-symfony-opentracing-messenger/health.svg)](https://phpackages.com/packages/ujwaldhakal-symfony-opentracing-messenger)
```

PHPackages © 2026

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