flow-php / phpunit-telemetry-bridge
Flow PHP - PHPUnit Telemetry Bridge
Package info
github.com/flow-php/phpunit-telemetry-bridge
pkg:composer/flow-php/phpunit-telemetry-bridge
0.37.0
2026-05-08 15:53 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- flow-php/telemetry: 0.37.0
- flow-php/telemetry-otlp-bridge: 0.37.0
- phpunit/phpunit: ^11
Requires (Dev)
- google/protobuf: ^4.0 || ^5.0
- grpc/grpc: ^1.74
- open-telemetry/gen-otlp-protobuf: ^1.8
Suggests
- ext-grpc: Required for the gRPC transport
- google/protobuf: Required for the gRPC transport and for curl transport with protobuf serializer
- open-telemetry/gen-otlp-protobuf: Generated PHP classes for OTLP protobuf messages (required for gRPC transport)
README
PHPUnit extension allowing to collect test suite telemetry and export to OTEL collector.
Important
This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading