PHPackages                             shlj/php-zipkin - 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. shlj/php-zipkin

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

shlj/php-zipkin
===============

Zipkin's PHP tracer library

v1.2.0(9y ago)222MITPHPPHP ^7.0

Since Apr 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shlj/php-zipkin)[ Packagist](https://packagist.org/packages/shlj/php-zipkin)[ Docs](https://github.com/shlj/php-zipkin)[ RSS](/packages/shlj-php-zipkin/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

PHP-Zipkin
==========

[](#php-zipkin)

This is an unofficial PHP library for OpenZipkin.

Require
-------

[](#require)

- PHP &gt; 7.0

Status
------

[](#status)

Incomplete, only has one transport with zero integrations. This library contains a very minimal implementation for just sending spans to zipkin.

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

[](#getting-started)

The recommended way to install PHP-Zipkin is through [Composer](https://getcomposer.org/)

```
composer require shlj/php-zipkin:^1.*
```

Example usage
-------------

[](#example-usage)

```
