PHPackages                             jonahgeorge/jaeger-client-php - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. jonahgeorge/jaeger-client-php

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

jonahgeorge/jaeger-client-php
=============================

Jaeger Bindings for PHP OpenTracing API

v1.5.2(9mo ago)1484.4M—9.9%46[15 issues](https://github.com/jonahgeorge/jaeger-client-php/issues)18MITPHPPHP ^7.1 || ^8.0 || ^8.1CI passing

Since Nov 2Pushed 9mo ago6 watchersCompare

[ Source](https://github.com/jonahgeorge/jaeger-client-php)[ Packagist](https://packagist.org/packages/jonahgeorge/jaeger-client-php)[ RSS](/packages/jonahgeorge-jaeger-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (33)Used By (18)

[![Build Status](https://github.com/jonahgeorge/jaeger-client-php/workflows/Test/badge.svg)](https://github.com/jonahgeorge/jaeger-client-php/workflows/Test/badge.svg) [![PHP version](https://camo.githubusercontent.com/0ba0c1342b9bd45029c220bf3d8370d2434c4d4b3e1eeb56f97ae0ba7cb0c617/68747470733a2f2f62616467652e667572792e696f2f70682f6a6f6e616867656f7267652532466a61656765722d636c69656e742d7068702e737667)](https://badge.fury.io/ph/jonahgeorge%2Fjaeger-client-php)

Jaeger Bindings for PHP OpenTracing API
=======================================

[](#jaeger-bindings-for-php-opentracing-api)

This is a client-side library that can be used to instrument PHP apps for distributed trace collection, and to send those traces to Jaeger. See the [OpenTracing PHP API](https://github.com/opentracing/opentracing-php)for additional detail.

Contributing and Developing
---------------------------

[](#contributing-and-developing)

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).

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

[](#installation)

Jaeger client can be installed via Composer:

```
composer require jonahgeorge/jaeger-client-php
```

Getting Started
---------------

[](#getting-started)

```
