Skip to content

Commit 933e1f6

Browse files
committed
Add installation info for individual components
1 parent 8da929d commit 933e1f6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ For more information, please, consult the documentation of the main [OpenTelemet
1010
Issues have been disabled for this repo in order to help main consistency between this repo and the main opentelemetry-php repo. If you have an issue you'd like to raise about this issue, please use the [OpenTelemetry PHP Issue section](https://github.com/open-telemetry/opentelemetry-php/issues/new/choose). Please prefix the title of the issue with [opentelemetry-php-contrib].
1111

1212
## Installation
13-
The recommended way to install the library is through [Composer](http://getcomposer.org):
13+
### Install individual packages:
14+
(This is the recommened way to install the components)
15+
16+
17+
Refer to the documentation for the individual components on how to install them
18+
19+
20+
- [AWS](/src/AWS/README.md)
21+
- [Symfony SdkBundle](/src/Symfony/OtelSdkBundle/README.md)
22+
23+
### Install the complete package:
24+
As an alternative to installing individual components you can install the whole package with all components
1425

15-
Install the package:
1626

1727
```bash
1828
$ composer require open-telemetry/opentelemetry-php-contrib

0 commit comments

Comments
 (0)