PHPackages                             betacie/ganalytics-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. betacie/ganalytics-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

betacie/ganalytics-bundle
=========================

Google Analytics Bundle

v0.1(11y ago)04.7kMITPHP

Since Jan 20Pushed 10y ago4 watchersCompare

[ Source](https://github.com/gonetcats/ganalytics-bundle)[ Packagist](https://packagist.org/packages/betacie/ganalytics-bundle)[ RSS](/packages/betacie-ganalytics-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

ganalytics-bundle
=================

[](#ganalytics-bundle)

Google Analytics bundle. See  for betacie/google-analytics usages

You need to store all your events before render them.

```
// You could use tracker service in a controller or inject him in other services
// like a registration listener
$this->container->get('betacie_google.event_tracker')->trackEvent([
    'category' => 'Registration',
    'action' => 'Confirmed',
    'label' => 'user-1',
]);
```

Once you have stored all the events, the tracking code will be displayed with a Twig function.

```
// Twig template
{{ google_track() }}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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 ~195 days

Total

2

Last Release

3931d ago

Major Versions

v0.1 → 1.0.x-dev2015-08-04

### Community

Maintainers

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

---

Top Contributors

[![yoye](https://avatars.githubusercontent.com/u/570307?v=4)](https://github.com/yoye "yoye (8 commits)")

### Embed Badge

![Health badge](/badges/betacie-ganalytics-bundle/health.svg)

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

###  Alternatives

[wearepixel/laravel-cart

A cart implementation for Laravel

1310.5k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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