PHPackages                             auxmoney/opentracing-bundle-guzzle - 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-guzzle

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

auxmoney/opentracing-bundle-guzzle
==================================

Symfony Opentracing bundle extension for Guzzle

v1.3.0(3y ago)4168.4k↓44.4%5[2 PRs](https://github.com/auxmoney/OpentracingBundle-Guzzle/pulls)MITPHPPHP ^8.0

Since Jan 16Pushed 1y ago4 watchersCompare

[ Source](https://github.com/auxmoney/OpentracingBundle-Guzzle)[ Packagist](https://packagist.org/packages/auxmoney/opentracing-bundle-guzzle)[ RSS](/packages/auxmoney-opentracing-bundle-guzzle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (25)Used By (0)

auxmoney OpentracingBundle - Guzzle
===================================

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

[![test](https://github.com/auxmoney/OpentracingBundle-Guzzle/workflows/test/badge.svg)](https://github.com/auxmoney/OpentracingBundle-Guzzle/actions?query=workflow%3Atest)[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/12544910ba87a12dbcbdc2e90f42a2966ce4cbfe56a7c20ada318d83e0a53ad6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)](https://github.com/auxmoney/OpentracingBundle-Guzzle/releases/latest)[![Codacy Badge](https://camo.githubusercontent.com/f801d0ae151542e5adc5130b8e0e05e2d11dfe9ff183bc11f06f40bcf7b0f6e6/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6161623730313139396531303462623662646232343761346264663766356632)](https://camo.githubusercontent.com/f801d0ae151542e5adc5130b8e0e05e2d11dfe9ff183bc11f06f40bcf7b0f6e6/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6161623730313139396531303462623662646232343761346264663766356632)[![Code Climate maintainability](https://camo.githubusercontent.com/6fb66e1cde8189efcda59b754d928cf6402d1cf0a496b904fcdc19004d6368b0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)](https://camo.githubusercontent.com/6fb66e1cde8189efcda59b754d928cf6402d1cf0a496b904fcdc19004d6368b0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)[![Scrutinizer code quality (GitHub/Bitbucket)](https://camo.githubusercontent.com/f34ebcda9969d927fd4305aaaebb5c55dcd11054fe4d64b53c8719677122d840/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)](https://camo.githubusercontent.com/f34ebcda9969d927fd4305aaaebb5c55dcd11054fe4d64b53c8719677122d840/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)[![GitHub](https://camo.githubusercontent.com/8b2963f3e82c9b611722a27f0d69f31cfa79104d34efdb01a327b3f86e166f82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)](https://camo.githubusercontent.com/8b2963f3e82c9b611722a27f0d69f31cfa79104d34efdb01a327b3f86e166f82/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d47757a7a6c65)

This bundle adds automatic header injection for Guzzle 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 [its documentation](https://github.com/auxmoney/OpentracingBundle-core#installation) for more information on installing the OpentracingBundle first.

### Require dependencies

[](#require-dependencies)

After you have installed the OpentracingBundle:

- require the dependencies:

```
    composer req auxmoney/opentracing-bundle-guzzle
```

### 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:

- add bundle to your application:

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

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

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

[](#configuration)

No configuration is necessary, the provided compiler pass will try to enhance existing `Client`s by adding a middleware to their `HandlerStack`s.

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

43

—

FairBetter than 91% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 54.7% 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 ~57 days

Recently: every ~100 days

Total

22

Last Release

1109d ago

Major Versions

v0.6.3 → v1.0.02021-11-17

PHP version history (4 changes)v0.3.0PHP ^7.1.33

v0.6.3PHP ^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 (29 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (16 commits)")[![auxTomala](https://avatars.githubusercontent.com/u/221138940?v=4)](https://github.com/auxTomala "auxTomala (2 commits)")[![filisko](https://avatars.githubusercontent.com/u/8798694?v=4)](https://github.com/filisko "filisko (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![mmross](https://avatars.githubusercontent.com/u/7012711?v=4)](https://github.com/mmross "mmross (1 commits)")[![VincentLemaireAgriconomie](https://avatars.githubusercontent.com/u/25607502?v=4)](https://github.com/VincentLemaireAgriconomie "VincentLemaireAgriconomie (1 commits)")

---

Tags

auxmoneydistributed-tracingguzzleguzzlehttpopentracingopentracing-bundlesymfonysymfony-bundlesymfonyGuzzleSymfony Bundleopentracingdistributed-tracingauxmoneyopentracing-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[auxmoney/opentracing-bundle-core

Symfony Opentracing bundle to easily enable distributed tracing

25904.4k9](/packages/auxmoney-opentracing-bundle-core)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)[facile-it/crossbar-http-publisher-bundle

This bundle allows to submit PubSub events via HTTP/POST requests to a Crossbar HTTP Publisher.

1114.4k](/packages/facile-it-crossbar-http-publisher-bundle)

PHPackages © 2026

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