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

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

drefined/php-zipkin
===================

Zipkin's PHP tracer library

214.3k13[2 issues](https://github.com/drefined/php-zipkin/issues)PHP

Since Feb 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/drefined/php-zipkin)[ Packagist](https://packagist.org/packages/drefined/php-zipkin)[ RSS](/packages/drefined-php-zipkin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#php-zipkin)

This is an unofficial PHP library for OpenZipkin.

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 drefined/php-zipkin
```

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

[](#example-usage)

```
