PHPackages                             maksze/telemetry-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. maksze/telemetry-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

maksze/telemetry-bundle
=======================

Provides the ability to connect various telemetry systems such as google analytics, yandex metrika

0.5(6y ago)115MITPHPPHP ^7.1.3

Since Aug 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/maksze/MaksZeTelemetryBundle)[ Packagist](https://packagist.org/packages/maksze/telemetry-bundle)[ RSS](/packages/maksze-telemetry-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (4)Versions (7)Used By (0)

MaksZeTelemetryBundle
=====================

[](#makszetelemetrybundle)

Provides the ability to connect various telemetry systems such as google analytics, yandex metrika, ect

[![Build Status](https://camo.githubusercontent.com/5afeaef392fe9a2f1e6be192122087e7251cb57c312d11be78c5bf8466a30def/68747470733a2f2f7472617669732d63692e6f72672f6d616b737a652f4d616b735a6554656c656d6574727942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maksze/MaksZeTelemetryBundle)[![Latest Stable Version](https://camo.githubusercontent.com/48cc9c8fd41c51bc185ab5212e690eeed71bd9a912c69fd1be57e5b859e68e29/68747470733a2f2f706f7365722e707567782e6f72672f6d616b737a652f74656c656d657472792d62756e646c652f762f737461626c65)](https://packagist.org/packages/maksze/telemetry-bundle)[![Total Downloads](https://camo.githubusercontent.com/353e189be174d74966a25433cab5ff6e2001d5cc6caa91ac7282eeaa352e4670/68747470733a2f2f706f7365722e707567782e6f72672f6d616b737a652f74656c656d657472792d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/maksze/telemetry-bundle)

Motivation
----------

[](#motivation)

You can simply connect the file with the metric code in prod mode. Roughly so:

```
{% if not debug %}
  {% include 'telemetry.twig' %}
{% endif %}
```

but with bundle, it's much more fun)

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:

```
composer require maksze/telemetry-bundle

```

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

[](#configuration)

To make this bundle work you need to add the following to your app/config/packages/maksze\_telemetry.yaml:

```
# app/config/packages/maksze_telemetry.yaml

maksze_telemetry:
  yandex_metrika:
    - {id: any_id}
  yandex_webmaster:
    - {id: any_id}
  google_search_console:
    - {id: any_id}
  google_analytics:
    - {id: any_id}
  facebook_pixel:
    - {id: any_id}
```

Add app/config/routes/maksze\_telemetry.yaml

```
# app/config/routes/maksze_telemetry.yaml

_maksze_telemetry:
  resource: '@MaksZeTelemetryBundle/Resources/config/routes.xml'
  prefix: /
```

Add to the main template before the closing body tag

```
{{ maksze_telemetry_render() }}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~28 days

Total

5

Last Release

2350d ago

### Community

Maintainers

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

---

Top Contributors

[![maksze](https://avatars.githubusercontent.com/u/8050935?v=4)](https://github.com/maksze "maksze (16 commits)")

---

Tags

google-analyticssymfonysymfony-bundleyandex-metrika

### Embed Badge

![Health badge](/badges/maksze-telemetry-bundle/health.svg)

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

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[bugsnag/bugsnag-symfony

Official BugSnag notifier for Symfony applications.

453.0M3](/packages/bugsnag-bugsnag-symfony)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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