ycchuang99 / opentelemetry-auto-soap-client
OpenTelemetry Auto Instrumentation for SOAP Client
Installs: 1 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/ycchuang99/opentelemetry-auto-soap-client
Requires
- php: ^8.2
- ext-opentelemetry: *
- ext-soap: *
- open-telemetry/api: ^1.0
- open-telemetry/sem-conv: ^1.37
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.72
- open-telemetry/sdk: ^1.0
- phan/phan: ^5.0
- php-http/mock-client: *
- phpstan/phpstan: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^9.6
- psalm/plugin-phpunit: ^0.19.2
- vimeo/psalm: 6.4.0
This package is auto-updated.
Last update: 2025-12-24 00:52:01 UTC
README
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ 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.
Installation
composer require ycchuang99/opentelemetry-auto-soap-client
Configuration
The extension can be disabled via runtime configuration:
OTEL_PHP_DISABLED_INSTRUMENTATIONS=soap-client