PHPackages                             steamulo/tagcommander-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. steamulo/tagcommander-bundle

AbandonedSymfony-bundle

steamulo/tagcommander-bundle
============================

v1.0.0(3y ago)19.4kMITPHPPHP &gt;=7.1|&gt;=8.0

Since Mar 14Pushed 3y agoCompare

[ Source](https://github.com/STEAMULO/tagcommander-bundle)[ Packagist](https://packagist.org/packages/steamulo/tagcommander-bundle)[ RSS](/packages/steamulo-tagcommander-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (10)Versions (16)Used By (0)

TagCommander Bundle
===================

[](#tagcommander-bundle)

[![Build Status](https://camo.githubusercontent.com/57c82700e043674e1e5468d38ca8610fc519ef0371651521d19b97f1c463b170/68747470733a2f2f7472617669732d63692e6f72672f31303031506861726d61636965732f746167636f6d6d616e6465722d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/1001Pharmacies/tagcommander-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ad4ec7a26ac4452b63566f77ee1fb2c9c14494366b60d5319b5106dfe046a947/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f31303031506861726d61636965732f746167636f6d6d616e6465722d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/1001Pharmacies/tagcommander-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/8ffce8054ce85c17c67a4027141dcffff9edb289e3d3458f939f003c47e4d994/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f31303031506861726d61636965732f746167636f6d6d616e6465722d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/1001Pharmacies/tagcommander-bundle/?branch=master)

Provides a Symfony tool pack to easily integrates TagCommander into your application.

[![Toolbar sample](Resources/doc/toolbar-sample.jpg)](Resources/doc/toolbar-sample.jpg)[![Profiler sample](Resources/doc/profiler-sample.jpg)](Resources/doc/profiler-sample.jpg)

Data from your TagCommander datalayer, containers and events will be visible in your Symfony's debug toolbar and profiler.

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

[](#installation)

Install the package with Composer :

```
composer require steamulo/tagcommander-bundle

```

Update `app/AppKernel.php` :

```
$bundles = array(
    // ...
    new Meup\Bundle\TagcommanderBundle\MeupTagcommanderBundle(),
);
```

Setup your `app/config/config.yml`

```
meup_tagcommander:
    default_event: "default"
    datalayer:
        name:    "tc_vars"
        default: { env: "%kernel.environment%", locale: "%locale%" }
    containers:
        - { name: "ab-test", script: "my-ab-test-container.js" }
        - { name: "generic", script: "my-generic-container.js", version: "v17.11", alternative: "//redirect1578.tagcommander.com/utils/noscript.php?id=3&amp;mode=iframe" }
    events:
        - { name: "default",      function: "tc_events_1" }
        - { name: "other_events", function: "tc_events_2" }
```

The `meup_tagcommander.datalayer.default` config node allows you to pre-fill your datalayer directly from your your config tree.

Then update your pages to track events :

```

    {% block head_javascript %}
    {{ tc_vars({ 'route': app.request.attributes.get('_route') }) }}
    {{ tc_container("ab-test") }}
    {% endblock %}

    lorem ipsum

    {% block body_javascript %}
    {{ tc_container("generic") }}
    {% endblock %}

```

Using `tc_datalayer` service

```
$datalayer = $container->get('tc_datalayer');
$datalayer->set('foo', 'bar');

var_dump($datalayer->all());

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 68.8% 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 ~192 days

Recently: every ~176 days

Total

14

Last Release

1210d ago

Major Versions

v0.4.2 → v1.0.02023-01-24

PHP version history (4 changes)v0.1PHP &gt;=5.3.3

v0.3.1PHP &gt;=5.5

v0.4.0PHP &gt;=7.0

v1.0.0PHP &gt;=7.1|&gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/61c8ef8e582f46d9a2aa1208df611e1f6236ce276ff293a2c0042cdd869b1b1e?d=identicon)[tlanquetin](/maintainers/tlanquetin)

---

Top Contributors

[![methylbro](https://avatars.githubusercontent.com/u/344994?v=4)](https://github.com/methylbro "methylbro (64 commits)")[![Branlute](https://avatars.githubusercontent.com/u/11363550?v=4)](https://github.com/Branlute "Branlute (13 commits)")[![gbprod](https://avatars.githubusercontent.com/u/3751019?v=4)](https://github.com/gbprod "gbprod (10 commits)")[![gegeturambar](https://avatars.githubusercontent.com/u/9931462?v=4)](https://github.com/gegeturambar "gegeturambar (3 commits)")[![iGitScor](https://avatars.githubusercontent.com/u/2276944?v=4)](https://github.com/iGitScor "iGitScor (2 commits)")[![jsimonneySteamulo](https://avatars.githubusercontent.com/u/122810338?v=4)](https://github.com/jsimonneySteamulo "jsimonneySteamulo (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/steamulo-tagcommander-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/steamulo-tagcommander-bundle/health.svg)](https://phpackages.com/packages/steamulo-tagcommander-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)[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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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