tidal / b3-headers
An Interface which provides Zipkin B3 propagation headers as constants
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tidal/b3-headers
Requires
- php: ^5.3.2 || ^7.0
This package is not auto-updated.
Last update: 2025-09-26 07:51:45 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