open-telemetry / contrib-aws
The Aws package for opentelemetry-php
1.0.0beta16
2025-08-25 00:53 UTC
Requires
- php: ^8.1
- aws/aws-sdk-php: ^3.232
- bref/bref: ^2.4
- open-telemetry/api: ^1.0
- open-telemetry/exporter-otlp: ^1.3
- open-telemetry/sdk: ^1.0
- open-telemetry/sem-conv: ^1.32
Requires (Dev)
- dg/bypass-finals: ^v1.4.1
- friendsofphp/php-cs-fixer: ^3.0
- mikey179/vfsstream: ^1.6
- open-telemetry/dev-tools: dev-main
- phan/phan: ^4.1 || ^5
- php-http/mock-client: *
- phpstan/phpstan: ^1.4
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ~9
- psalm/plugin-phpunit: ^0.19.2
- vimeo/psalm: 6.4.0
This package is auto-updated.
Last update: 2025-09-10 12:01:53 UTC
README
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
Installation
1.1. Install PHP library/SDK dependencies
Take a look at the documentation of the PHP library on how to install its dependencies.
1.2. Install the Package
- Add
"minimum-stability": "dev", "prefer-stable": true,
To your project's composer.json
file, as this utility has not reached a stable release status yet.
- Install the package with composer:
$ composer require open-telemetry/contrib-aws