PHPackages                             code-tool/doctrine-jaeger-symfony-bridge - 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. [Database &amp; ORM](/categories/database)
4. /
5. code-tool/doctrine-jaeger-symfony-bridge

ActiveLibrary[Database &amp; ORM](/categories/database)

code-tool/doctrine-jaeger-symfony-bridge
========================================

v1.7.0(4y ago)634.9k↑16.7%3MITPHPPHP ^7.4 || ^8CI failing

Since Sep 17Pushed 4y ago3 watchersCompare

[ Source](https://github.com/code-tool/doctrine-jaeger-symfony-bridge)[ Packagist](https://packagist.org/packages/code-tool/doctrine-jaeger-symfony-bridge)[ RSS](/packages/code-tool-doctrine-jaeger-symfony-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (11)Used By (0)

Symfony Bridge for Doсtrine Jaeger library
==========================================

[](#symfony-bridge-for-doсtrine-jaeger-library)

Getting started
---------------

[](#getting-started)

Register bundle with your kernel:

```
// config/bundles.php
return [
    // ...
    \Doctrine\DBAL\Jaeger\Symfony\DependencyInjection\JaegerDbalBundle::class => ['all' => true],
    // ...
];
```

OR

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new \Doctrine\DBAL\Jaeger\Symfony\DependencyInjection\JaegerDbalBundle(),
        ];

        // ...
    }
}
```

Add wrapper class definition in doctrine configuration

```
doctrine:
  dbal:
    connections:
      %connection_name%:
        ...
        wrapper_class: 'Doctrine\DBAL\Jaeger\Wrapper\JaegerConnectionWrapper'
        ...
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~163 days

Recently: every ~184 days

Total

9

Last Release

1483d ago

PHP version history (3 changes)v1.0.0PHP ^7.2

v1.5.0PHP ^7.2 || ^8

v1.7.0PHP ^7.4 || ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/c19fe34388428a8998fae2e5c1c8645a0ad8a5b4d43b1b54a8ac9eb14274df9e?d=identicon)[Programmer](/maintainers/Programmer)

---

Top Contributors

[![allflame](https://avatars.githubusercontent.com/u/6976790?v=4)](https://github.com/allflame "allflame (15 commits)")[![andrew-demb](https://avatars.githubusercontent.com/u/12499813?v=4)](https://github.com/andrew-demb "andrew-demb (5 commits)")[![greeflas](https://avatars.githubusercontent.com/u/17636915?v=4)](https://github.com/greeflas "greeflas (1 commits)")

---

Tags

dbaldoctrinedoctrine-dbaljaegeropentracingprofilingsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/code-tool-doctrine-jaeger-symfony-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/code-tool-doctrine-jaeger-symfony-bridge/health.svg)](https://phpackages.com/packages/code-tool-doctrine-jaeger-symfony-bridge)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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