PHPackages                             netolabs/openmetrics-bundle - 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. netolabs/openmetrics-bundle

ActiveLibrary

netolabs/openmetrics-bundle
===========================

Symfony bundle for exporting application telemetry from your application to Prometheus

v1.0.0(5y ago)16.9kMITPHPPHP ^7.1

Since Nov 5Pushed 5y ago4 watchersCompare

[ Source](https://github.com/NetoECommerce/openmetrics-bundle)[ Packagist](https://packagist.org/packages/netolabs/openmetrics-bundle)[ RSS](/packages/netolabs-openmetrics-bundle/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Symfony Openmetrics Bundle
==========================

[](#symfony-openmetrics-bundle)

Symfony bundle for exporting application telemetry from your application to Prometheus.

### Installation

[](#installation)

Download the bundle

```
composer require netolabs/openmetrics-bundle

```

Add the bundle to your AppKernel.php

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Neto\OpenmetricsBundle\NetoOpenmetricsBundle(),
        );
    }
}
```

Add the configuration to config.yml

```
neto_openmetrics:
    namespace: neto_ecommerce
    ignored_routes: []
```

Add the routes.yml for your /metrics endpoint

```
neto_openmetrics:
    resource: '@NetoOpenmetricsBundle/Resources/config/routes.yml'
    prefix: /
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2019d ago

### Community

Maintainers

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

---

Top Contributors

[![benplunkett](https://avatars.githubusercontent.com/u/41979330?v=4)](https://github.com/benplunkett "benplunkett (1 commits)")

---

Tags

openmetricsphpprometheussymfony

### Embed Badge

![Health badge](/badges/netolabs-openmetrics-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/netolabs-openmetrics-bundle/health.svg)](https://phpackages.com/packages/netolabs-openmetrics-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

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

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

1.3k1.3M152](/packages/sulu-sulu)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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