Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tidal/b3-headers
- Owner: tidal
- License: mit
- Created: 2017-12-14T09:31:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T10:55:58.000Z (almost 7 years ago)
- Last Synced: 2024-04-02T04:08:42.397Z (8 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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