auxmoney/jaeger-php
OpenTracing-compatible PHP client for Jaeger distributed tracing (fork of jukylin/jaeger-php). Create a Config to init a Tracer, extract SpanContext from headers/server vars, start spans, add tags/logs/baggage, then flush to send traces.
open-telemetry/opentelemetry-php).For Executives: "This package lets us instrument our PHP services with distributed tracing—think of it as a ‘flight recorder’ for requests as they hop between microservices. By adopting Jaeger (a CNCF project), we avoid vendor lock-in while gaining visibility into bottlenecks, errors, and dependencies. For example, if a payment fails in our Laravel API, we’ll instantly see if it’s a database timeout or a third-party API issue. Upfront cost: minimal (open-source); ROI: faster debugging, better SLA compliance, and reduced toil for DevOps. We’ll pilot it with our [highest-latency service] and measure impact on MTTR."
For Engineering:
*"The auxmoney/jaeger-php package gives us OpenTracing support for PHP, so we can:
@inject middleware).How can I help you explore Laravel packages today?