We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180ba98 commit 8da929dCopy full SHA for 8da929d
src/Aws/README.md
@@ -1 +1,23 @@
1
-Readme for opentelemetry-php-contrib AWS package (temporary file)
+
2
+## Installation
3
4
+### 1.1. Install PHP library/SDK dependencies
5
6
+Take a look at the documentation of the [PHP library](https://github.com/open-telemetry/opentelemetry-php) on how to install its dependencies.
7
8
+### 1.2. Install the Package
9
10
+1. Add
11
+```bash
12
+ "minimum-stability": "dev",
13
+ "prefer-stable": true,
14
+```
15
16
+To your project's `composer.json` file, as this utility has not reached a stable release status yet.
17
18
+2. Install the package with composer:
19
20
21
+$ composer require open-telemetry/contrib-aws
22
23
0 commit comments