README.md
October 11, 2023 ยท View on GitHub
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