Implementations
Pick the shortest path to production.
All official PHP integrations share the same telemetry contract. Choose a framework adapter for automatic request tracking, or use PHP Core when building a custom adapter.
Architecture
One pipeline, native integrations.
Framework packages understand native routes, requests, dependency injection and background workers. PHP Core handles the stable event shape, privacy filtering, retry and local buffering.
Your application
→ framework SDK
→ privacy-safe event
→ Apirelio ingestion
→ customer integration analyticsFramework native
Use middleware, kernel events or Nette lifecycle hooks instead of custom instrumentation around every controller.
Customer aware
Resolvers attach a stable B2B customer and consuming application to normalized endpoint metrics.
Fail-safe
Telemetry failures never change the observed API response or hide its original exception.