open-telemetry/contrib-aws

The Aws package for opentelemetry-php

1.0.0beta11 2024-02-15 18:15 UTC

README

Releases Issues Source Mirror Latest Version Stable

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

  1. 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.

  1. Install the package with composer:
$ composer require open-telemetry/contrib-aws