Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tidal/b3-headers

Interface for Zipkin B3 headers
https://github.com/tidal/b3-headers

Last synced: 6 days ago
JSON representation

Interface for Zipkin B3 headers

Awesome Lists containing this project

README

        

B3Headers - An Interface which provides Zipkin B3 propagation headers as constants
========================================

B3 headers provide propagation for zipkin tracing information through http headers.

See [b3 propagation](https://github.com/openzipkin/b3-propagation) for more information.

Requirements
------------

For installation via composer: PHP 5.3.2 or above since those are the composer minimum requirements

For installation via download: PHP 5.0 or above since PHP 5 introduced interfaces

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

Install via composer
```
$ composer require tidal/b3-headers
```

or [download](https://github.com/tidal/b3-headers/releases)

License
-------

B3Headers is licensed under the MIT License - see the [LICENSE](LICENSE) file for details