open-telemetry / contrib-aws
The Aws package for opentelemetry-php
1.0.0beta12
2024-10-04 01:44 UTC
Requires
- php: ^7.4 || ^8.0
- aws/aws-sdk-php: ^3.232
- open-telemetry/api: ^1.0
- open-telemetry/sdk: ^1.0
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.18.4
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2024-11-04 01:56:16 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