open-telemetry / opentelemetry-auto-laravel
OpenTelemetry auto-instrumentation for Laravel
Package info
github.com/opentelemetry-php/contrib-auto-laravel
pkg:composer/open-telemetry/opentelemetry-auto-laravel
Requires
- php: ^8.1
- laravel/framework: ^10.0 || ^11.0 || ^12.0 || ^13.0
- open-telemetry/api: ^1.8
- open-telemetry/sem-conv: ^1.38
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.50
- guzzlehttp/guzzle: *
- open-telemetry/sdk: ^1.8
- open-telemetry/sdk-configuration: ^0.7
- orchestra/testbench: >=7.41.3
- phan/phan: ^6.0
- php-http/mock-client: *
- phpstan/phpstan: ^2.2
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^10.5 || ^11 || ^12 || ^13
- psalm/plugin-phpunit: ^0.19.2
- vimeo/psalm: ^6.4
Suggests
- ext-opentelemetry: Required to provide auto-instrumentation hooks.
- open-telemetry/opentelemetry-propagation-server-timing: Automatically propagate the context to the client through server-timing headers.
- open-telemetry/opentelemetry-propagation-traceresponse: Automatically propagate the context to the client through trace-response headers.
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 1.10.0-beta1
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.1.0beta1
- 1.0.1
- 1.0.0
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2026-09-24 13:13:44 UTC
README
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
OpenTelemetry Laravel auto-instrumentation
Please read https://opentelemetry.io/docs/zero-code/php/auto/ for instructions on how to install and configure the extension and SDK.
Overview
Auto-instrumentation hooks are registered via composer, and spans will automatically be created.
Configuration
The extension can be disabled via runtime configuration:
OTEL_PHP_DISABLED_INSTRUMENTATIONS=laravel
Component owners
Learn more about component owners in component_owners.yml.