PHPackages                             mindbreak/auto-tracer-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. mindbreak/auto-tracer-bundle

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

mindbreak/auto-tracer-bundle
============================

Automatic tracing in Symfony

0.1.1(5y ago)12Apache-2.0PHP

Since Jun 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MinDBreaK/AutoTracerBundle)[ Packagist](https://packagist.org/packages/mindbreak/auto-tracer-bundle)[ RSS](/packages/mindbreak-auto-tracer-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (10)Versions (3)Used By (0)

AutoTracerBundle
================

[](#autotracerbundle)

[![https://shepherd.dev/github/MinDBreaK/AutoTracerBundle](https://camo.githubusercontent.com/0e505871f1989865d7c6ad8531aa119c9708086b8a6f73bb33fc23f7a35ab80b/68747470733a2f2f73686570686572642e6465762f6769746875622f4d696e44427265614b2f4175746f54726163657242756e646c652f636f7665726167652e737667)](https://camo.githubusercontent.com/0e505871f1989865d7c6ad8531aa119c9708086b8a6f73bb33fc23f7a35ab80b/68747470733a2f2f73686570686572642e6465762f6769746875622f4d696e44427265614b2f4175746f54726163657242756e646c652f636f7665726167652e737667)

This bundle aims at tracing automatically requests &amp; events in a Symfony application.

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

[](#requirements)

- PHP 8
- Symfony 5
- Doctrine (Will be made optional later)
- Jaeger

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

[](#installation)

You will need to change your `minimum-stability`.

```
composer require mindbreak/auto-tracer-bundle

```

Then, enable the bundle in `bundles.php`

```
return [
    //...
    Mindbreak\SymfonyAutoTracer\SymfonyAutoTracerBundle::class => ['all' => true],
];
```

Create the `config/packages/mindbreak_auto_tracer.yaml`

```
mindbreak_auto_tracer:
    serverName: api-server #The server name that should appear in Jaeger. Usually your app name
    agentHostPort: jaeger:5775 # Or "%env(JAEGER_HOST)%" and declare the env var

    doctrine:
        traceArgs: true # If you want to log args, but will hit a bit perfs
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

2

Last Release

1898d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15737031?v=4)[Antoine](/maintainers/MinDBreaK)[@MinDBreaK](https://github.com/MinDBreaK)

---

Top Contributors

[![MinDBreaK](https://avatars.githubusercontent.com/u/15737031?v=4)](https://github.com/MinDBreaK "MinDBreaK (6 commits)")

---

Tags

jaegeropentracingsymfony-bundle

###  Code Quality

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mindbreak-auto-tracer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mindbreak-auto-tracer-bundle/health.svg)](https://phpackages.com/packages/mindbreak-auto-tracer-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M426](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[contao-community-alliance/dc-general

Universal data container for Contao

1581.4k93](/packages/contao-community-alliance-dc-general)

PHPackages © 2026

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