tidal / b3-headers
An Interface which provides Zipkin B3 propagation headers as constants
v1.0.0
2017-12-14 10:54 UTC
Requires
- php: ^5.3.2 || ^7.0
This package is not auto-updated.
Last update: 2024-10-25 03:44:10 UTC
README
B3 headers provide propagation for zipkin tracing information through http headers.
See 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
License
B3Headers is licensed under the MIT License - see the LICENSE file for details