PHPackages                             carstensvendsen/jaeger-clone-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. carstensvendsen/jaeger-clone-php

ActiveLibrary

carstensvendsen/jaeger-clone-php
================================

Jaeger Bindings for PHP OpenTracing API

0100PHP

Since Jan 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/carstensvendsen/jaeger-clone-php)[ Packagist](https://packagist.org/packages/carstensvendsen/jaeger-clone-php)[ RSS](/packages/carstensvendsen-jaeger-clone-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/7572728e4211a35e57aaec7b113fc1b0d6cb973de8931aca343e3dd439d9f7ac/68747470733a2f2f7472617669732d63692e6f72672f6a6f6e616867656f7267652f6a61656765722d636c69656e742d7068702e7376673f6272616e63683d747261766973)](https://travis-ci.org/jonahgeorge/jaeger-client-php) [![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)

```
