PHPackages                             jerrytfleung/opentelemetry-instrumentation-installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. jerrytfleung/opentelemetry-instrumentation-installer

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

jerrytfleung/opentelemetry-instrumentation-installer
====================================================

OpenTelemetry auto-instrumentation installer

1.0.1(10mo ago)018Apache-2.0PHP

Since Jun 18Pushed 10mo agoCompare

[ Source](https://github.com/jerrytfleung/contrib-instrumentation-installer)[ Packagist](https://packagist.org/packages/jerrytfleung/opentelemetry-instrumentation-installer)[ Docs](https://opentelemetry.io/docs/php)[ RSS](/packages/jerrytfleung-opentelemetry-instrumentation-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Install auto instrumentation with one command.
==============================================

[](#install-auto-instrumentation-with-one-command)

This directory contains two scripts that helps install auto-instrumentation support and run application.

First script `install-otel-instrumentation` will install all needed dependencies for auto-instrumentation. Second `run-with-otel-instrumentation` is responsible for setting few environment variables (that are needed to export traces into backend) and running application.

Install script works in two modes:

- basic (will install defaults)
- advanced (interactive mode, you will control whole process)

Example workflow
----------------

[](#example-workflow)

This section shows how to install and run auto-instrumented application which uses Slim framework. To generate application, we follow steps described here: .

```
    composer create-project slim/slim-skeleton:dev-master slimauto
    cd slimauto
    composer require jerrytfleung/opentelemetry-instrumentation-installer
    ./vendor/bin/install-otel-instrumentation basic beta
    ./vendor/bin/run-with-otel-instrumentation php -S localhost:8080 -t public public/index.php
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Total

2

Last Release

314d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5e8ef7079b66b917d51650dfe69ec5a1643c5825a8767eb5aa591355add74cd?d=identicon)[jerrytfleung](/maintainers/jerrytfleung)

---

Top Contributors

[![jerrytfleung](https://avatars.githubusercontent.com/u/8791493?v=4)](https://github.com/jerrytfleung "jerrytfleung (6 commits)")[![pdelewski](https://avatars.githubusercontent.com/u/102958445?v=4)](https://github.com/pdelewski "pdelewski (4 commits)")[![brettmc](https://avatars.githubusercontent.com/u/4978962?v=4)](https://github.com/brettmc "brettmc (1 commits)")[![ChrisLightfootWild](https://avatars.githubusercontent.com/u/106102472?v=4)](https://github.com/ChrisLightfootWild "ChrisLightfootWild (1 commits)")[![wadjei](https://avatars.githubusercontent.com/u/344321?v=4)](https://github.com/wadjei "wadjei (1 commits)")[![xvilo](https://avatars.githubusercontent.com/u/390769?v=4)](https://github.com/xvilo "xvilo (1 commits)")

---

Tags

installertracingopentelemetryotelinstrumentationopen-telemetry

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jerrytfleung-opentelemetry-instrumentation-installer/health.svg)

```
[![Health](https://phpackages.com/badges/jerrytfleung-opentelemetry-instrumentation-installer/health.svg)](https://phpackages.com/packages/jerrytfleung-opentelemetry-instrumentation-installer)
```

###  Alternatives

[open-telemetry/opentelemetry-auto-symfony

OpenTelemetry auto-instrumentation for Symfony

551.2M1](/packages/open-telemetry-opentelemetry-auto-symfony)[open-telemetry/opentelemetry-auto-pdo

OpenTelemetry auto-instrumentation for PDO

111.2M1](/packages/open-telemetry-opentelemetry-auto-pdo)[worldia/instrumentation-bundle

Symfony opentelemetry auto-instrumentation: requests, commands, messenger, doctrine.

2769.8k](/packages/worldia-instrumentation-bundle)[open-telemetry/opentelemetry-auto-wordpress

OpenTelemetry auto-instrumentation for Wordpress

17166.0k](/packages/open-telemetry-opentelemetry-auto-wordpress)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
