PHPackages                             affordablemobiles/open-telemetry-operations-php - 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. affordablemobiles/open-telemetry-operations-php

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

affordablemobiles/open-telemetry-operations-php
===============================================

Open-Telemetry Exporters for Google Cloud Operations Suite

v1.0.6(2y ago)117.8k—4.3%1MITPHPPHP ^8.3

Since Apr 3Pushed 1y ago4 watchersCompare

[ Source](https://github.com/affordablemobiles/opentelemetry-operations-php)[ Packagist](https://packagist.org/packages/affordablemobiles/open-telemetry-operations-php)[ RSS](/packages/affordablemobiles-open-telemetry-operations-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (1)

Open-Telemetry Operations Exporters for PHP
===========================================

[](#open-telemetry-operations-exporters-for-php)

Provides OpenTelemetry PHP exporters for Google Cloud Platform [operation suite](https://cloud.google.com/products/operations) products.

Installation
------------

[](#installation)

Available via composer as `affordablemobiles/opentelemetry-operations-php`.

Usage
-----

[](#usage)

Example usage:

```
use AffordableMobiles\GServerlessSupportLaravel\Trace\Propagator\CloudTracePropagator;
use AffordableMobiles\OpenTelemetry\CloudTrace\SpanExporterFactory;
use OpenTelemetry\SDK\Sdk;
use OpenTelemetry\SDK\Trace\Sampler\AlwaysOnSampler;
use OpenTelemetry\SDK\Trace\Sampler\ParentBased;
use OpenTelemetry\SDK\Trace\SpanProcessor\SimpleSpanProcessor;
use OpenTelemetry\SDK\Trace\TracerProviderBuilder;

$propagator = CloudTracePropagator::getInstance();

$spanProcessor = new SimpleSpanProcessor(
    (new SpanExporterFactory())->create(),
);

$sampler = new ParentBased(
    new AlwaysOnSampler(),
);

$tracerProvider = (new TracerProviderBuilder())
    ->addSpanProcessor($spanProcessor)
    ->setSampler($sampler)
    ->build()
;

Sdk::builder()
    ->setTracerProvider($tracerProvider)
    ->setPropagator($propagator)
    ->setAutoShutdown(true)
    ->buildAndRegisterGlobal()
;
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

803d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

google-cloudgoogle-cloud-traceopentelemetryopentelemetry-exporterphp

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/affordablemobiles-open-telemetry-operations-php/health.svg)

```
[![Health](https://phpackages.com/badges/affordablemobiles-open-telemetry-operations-php/health.svg)](https://phpackages.com/packages/affordablemobiles-open-telemetry-operations-php)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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