The OpenTelemetry community accepted the donation of the OpenTelemetry PHP Distro project. This post summarizes what the donation enables, how it relates to existing PHP instrumentation paths, and where contributors can help next.
Why this donation matters
OpenTelemetry provides a common observability standard, but OpenTelemetry PHP adoption can still be difficult in environments where installing or compiling native extensions is restricted. Common blockers include:
- Restricted or hardened systems where native extensions cannot be built during deployment.
- Runtime images that are not rebuilt frequently.
- Operational workflows that rely on OS package managers.
The PHP Distro addresses these constraints by focusing on an operations-first installation model.