PHPackages                             cbos/opentelemetry-auto-joomla - 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. cbos/opentelemetry-auto-joomla

ActiveLibrary

cbos/opentelemetry-auto-joomla
==============================

OpenTelemetry auto-instrumentation for Joomla

115PHP

Since Oct 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cbos/opentelemetry-auto-joomla)[ Packagist](https://packagist.org/packages/cbos/opentelemetry-auto-joomla)[ RSS](/packages/cbos-opentelemetry-auto-joomla/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenTelemetry Joomla auto-instrumentation
=========================================

[](#opentelemetry-joomla-auto-instrumentation)

This plugin is inspired by  and focussed on Joomla

Please read  for instructions on how to install and configure the extension and SDK.

Requirements
------------

[](#requirements)

- OpenTelemetry extension
- OpenTelemetry SDK + exporter (required to actually export traces)
- Joomla installation
- OpenTelemetry [SDK Autoloading](https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/autoload_sdk.php) configured

Overview
--------

[](#overview)

OpenTelemetry depends on composer. This extension was developed against Joomla docker

An example in Docker of extending the official Joomla image to enable auto-instrumentation: [example](example/)

### apache

[](#apache)

Configure (eg via `.htaccess`) a PHP prepend file to initialize composer:

```
php_value auto_prepend_file /var/www/vendor/autoload.php

```

This will install the composer autoloader before running Joomla. As part of composer autoloading, scripts are executed for installed modules, importantly:

- OpenTelemetry SDK Autoloader
- this library's `_register.php` file

Installation via composer
-------------------------

[](#installation-via-composer)

```
$ composer require cbos/opentelemetry-auto-joomla
```

Configuration
-------------

[](#configuration)

The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):

```
OTEL_PHP_DISABLED_INSTRUMENTATIONS=joomla
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

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

---

Top Contributors

[![cbos](https://avatars.githubusercontent.com/u/255404?v=4)](https://github.com/cbos "cbos (13 commits)")

### Embed Badge

![Health badge](/badges/cbos-opentelemetry-auto-joomla/health.svg)

```
[![Health](https://phpackages.com/badges/cbos-opentelemetry-auto-joomla/health.svg)](https://phpackages.com/packages/cbos-opentelemetry-auto-joomla)
```

PHPackages © 2026

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