PHPackages                             auxmoney/opentracing-bundle-php-http-httplug-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. [HTTP &amp; Networking](/categories/http)
4. /
5. auxmoney/opentracing-bundle-php-http-httplug-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

auxmoney/opentracing-bundle-php-http-httplug-bundle
===================================================

Symfony Opentracing bundle extension for php-http/HttplugBundle

v1.2.3(3y ago)3842MITPHPPHP ^8.0

Since Feb 24Pushed 3y ago6 watchersCompare

[ Source](https://github.com/auxmoney/OpentracingBundle-HttplugBundle)[ Packagist](https://packagist.org/packages/auxmoney/opentracing-bundle-php-http-httplug-bundle)[ RSS](/packages/auxmoney-opentracing-bundle-php-http-httplug-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (16)Versions (9)Used By (0)

auxmoney OpentracingBundle - HttplugBundle
==========================================

[](#auxmoney-opentracingbundle---httplugbundle)

[![test](https://github.com/auxmoney/OpentracingBundle-HttplugBundle/workflows/test/badge.svg)](https://github.com/auxmoney/OpentracingBundle-HttplugBundle/actions?query=workflow%3Atest)[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/b9486d1f35316eb9f86f1c0103c18058b53d1c17317d857a455a49a9cf05d573/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)](https://github.com/auxmoney/OpentracingBundle-HttplugBundle/releases/latest)[![Codacy Badge](https://camo.githubusercontent.com/5505ab74809334f2782b555f192a2b170e7bd5bb09bf1efa8b80fe5672de31d6/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3763393762613162373966333466323761336135323061353235643935646139)](https://camo.githubusercontent.com/5505ab74809334f2782b555f192a2b170e7bd5bb09bf1efa8b80fe5672de31d6/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3763393762613162373966333466323761336135323061353235643935646139)[![Code Climate maintainability](https://camo.githubusercontent.com/228092915540ed3c4dcaa7e96c8a3d041a37eb88bc07d4ce81c57b026391ea6d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)](https://camo.githubusercontent.com/228092915540ed3c4dcaa7e96c8a3d041a37eb88bc07d4ce81c57b026391ea6d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)[![Scrutinizer code quality (GitHub/Bitbucket)](https://camo.githubusercontent.com/b4711d03892c6b53a2e71d21c994936003c5ddb2b90c6917ff5dc207482ea3c2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)](https://camo.githubusercontent.com/b4711d03892c6b53a2e71d21c994936003c5ddb2b90c6917ff5dc207482ea3c2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)[![GitHub](https://camo.githubusercontent.com/043cce0b1305e6169fcb9612b78d504310e48230480725a8de2a8a0f7a39d853/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)](https://camo.githubusercontent.com/043cce0b1305e6169fcb9612b78d504310e48230480725a8de2a8a0f7a39d853/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d487474706c756742756e646c65)

This bundle adds automatic header injection for [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) clients to the [OpentracingBundle](https://github.com/auxmoney/OpentracingBundle-core).

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

[](#installation)

### Prerequisites

[](#prerequisites)

This bundle is only an additional plugin and should not be installed independently. See [OpentracingBundle](https://github.com/auxmoney/OpentracingBundle-core#installation) and [HttplugBundle](https://github.com/php-http/HttplugBundle) first prior to install this package.

### Require dependencies

[](#require-dependencies)

After you have installed the OpentracingBundle and HttplugBundle:

```
    composer req auxmoney/opentracing-bundle-php-http-httplug-bundle
```

### Enable the bundle

[](#enable-the-bundle)

If you are using [Symfony Flex](https://github.com/symfony/flex), you are all set!

If you are not using it, you need to manually enable the bundle:

```
    # Symfony 3: AppKernel.php
    $bundles[] = new Auxmoney\OpentracingHttplugBundle\OpentracingHttplugBundle();
```

```
    # Symfony 4+: bundles.php
    Auxmoney\OpentracingHttplugBundle\OpentracingHttplugBundle::class => ['all' => true],
```

Configuration
-------------

[](#configuration)

No configuration is necessary, the provided compiler pass will decorate `PluginClientFactory` in order to add the `OpentracingPlugin` (where tracing headers injection happens) to all existing Httplug clients.

Usage
-----

[](#usage)

When sending a request to other systems, the tracing headers are automatically injected into the requests, thus enabling the full power of distributed tracing.

Development
-----------

[](#development)

Be sure to run

```
    composer run-script quality
```

every time before you push code changes. The tools run by this script are also run in the CI pipeline.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~113 days

Recently: every ~124 days

Total

8

Last Release

1103d ago

Major Versions

v0.1.1 → v1.0.02021-11-17

PHP version history (4 changes)v0.1.0PHP ^7.2.33

v0.1.1PHP ^7.3.27

v1.1.0PHP ^7.4|^8.0

v1.2.3PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/58fb41ad66c6b45096cad21d54aa1aacabcb9eedc8974664e1e6776327662816?d=identicon)[cawolf](/maintainers/cawolf)

![](https://www.gravatar.com/avatar/8c532f151bbf9c52f35ecbb5d1678d0216bf112c211468e91001b29a09d9e733?d=identicon)[guckykv](/maintainers/guckykv)

---

Top Contributors

[![cawolf](https://avatars.githubusercontent.com/u/1932623?v=4)](https://github.com/cawolf "cawolf (10 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (7 commits)")[![filisko](https://avatars.githubusercontent.com/u/8798694?v=4)](https://github.com/filisko "filisko (1 commits)")

---

Tags

httpclientsymfonyhttplugSymfony Bundlephp-httpopentracingdistributed-tracingauxmoneyopentracing-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/auxmoney-opentracing-bundle-php-http-httplug-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/auxmoney-opentracing-bundle-php-http-httplug-bundle/health.svg)](https://phpackages.com/packages/auxmoney-opentracing-bundle-php-http-httplug-bundle)
```

###  Alternatives

[auxmoney/opentracing-bundle-core

Symfony Opentracing bundle to easily enable distributed tracing

25904.4k9](/packages/auxmoney-opentracing-bundle-core)[php-http/client-common

Common HTTP Client implementations and tools for HTTPlug

1.0k225.5M571](/packages/php-http-client-common)[php-http/httplug-bundle

Symfony integration for HTTPlug

38921.0M53](/packages/php-http-httplug-bundle)[php-http/httplug-pack

A pack to install HTTP clients in a Symfony Flex application

38802.4k2](/packages/php-http-httplug-pack)[php-http/laravel-httplug

Laravel package to integrate the Httplug generic HTTP client into Laravel

12110.1k](/packages/php-http-laravel-httplug)

PHPackages © 2026

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