PHPackages                             fractaslabs/silverstripe-googleanalytics - 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. fractaslabs/silverstripe-googleanalytics

Abandoned → [fractas/googleanalytics](/?search=fractas%2Fgoogleanalytics)Silverstripe-vendormodule

fractaslabs/silverstripe-googleanalytics
========================================

Fast, configurable and simple Google Analytics module with support for multiple GA ID's

3.0(7y ago)2232BSD-3-ClausePHP

Since Oct 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/fractaslabs/silverstripe-googleanalytics)[ Packagist](https://packagist.org/packages/fractaslabs/silverstripe-googleanalytics)[ Docs](https://github.com/fractaslabs/silverstripe-googleanalytics)[ RSS](/packages/fractaslabs-silverstripe-googleanalytics/feed)WikiDiscussions master Synced 2mo ago

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

SilverStripe Google Analytics
=============================

[](#silverstripe-google-analytics)

[![Latest Stable Version](https://camo.githubusercontent.com/80bda807098ad0a50f27a7d6fac0207fe9c39d2a75df43f8a29c216dc1c6db6d/68747470733a2f2f706f7365722e707567782e6f72672f667261637461732f676f6f676c65616e616c79746963732f762f737461626c65)](https://packagist.org/packages/fractas/googleanalytics)[![Latest Unstable Version](https://camo.githubusercontent.com/ad929d7462588207c68000c51c3b1830ebeba345e4e5c114164d6db29ec53c0b/68747470733a2f2f706f7365722e707567782e6f72672f667261637461732f676f6f676c65616e616c79746963732f762f756e737461626c65)](https://packagist.org/packages/fractas/googleanalytics)[![Total Downloads](https://camo.githubusercontent.com/2b70ab405ff27b9c83024128ec928ba69dbb303f85a2550ec5c281b8a2f6eee4/68747470733a2f2f706f7365722e707567782e6f72672f667261637461732f676f6f676c65616e616c79746963732f646f776e6c6f616473)](https://packagist.org/packages/fractas/googleanalytics)[![License](https://camo.githubusercontent.com/a2df842df2b7b07dff837ca7d90cff42790fddb7a2682fca056bc1236582b8a1/68747470733a2f2f706f7365722e707567782e6f72672f667261637461732f676f6f676c65616e616c79746963732f6c6963656e7365)](https://packagist.org/packages/fractas/googleanalytics)

Overview
--------

[](#overview)

Fast, configurable, simple Google Analytics and Google Tag Manager module with support for multiple GA ID's

Requirements
------------

[](#requirements)

- SilverStripe Framework 4

Version info
------------

[](#version-info)

The master branch of this module is currently aiming for SilverStripe 4.x compatibility

- [SilverStripe 3.0+ compatible version](https://github.com/fractaslabs/silverstripe-googleanalytics/tree/3.0)

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

[](#installation)

- Install via Composer

    ```
    composer require "fractas/googleanalytics" "^3.0"

    ```
- Add to your **mysite.yml** configuration file your Google Analytics ID, and enable extra features (if needed):

    ```
    Fractas\GoogleAnalytics\GoogleAnalyticsController:
      enable_display_features: true # https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features
      enable_in_dev: false
      ga_id: UA-xxxxxxxx-x0 #main Google Analytics ID property
      gtm_id: GTM-xxxxxxxx #Google Tag Manager ID
      ga_extra_ids:
        newTracker1: UA-xxxxxxxx-x1 #you can add multiple Google Analytics ID properties
        newTracker2: UA-xxxxxxxx-x2
        newTrackerX: UA-xxxxxxxx-xX
      excluded_controllers:
        # Controllers that should be excluded from including GA codes.
        - Wilr\GoogleSitemaps\Control\GoogleSitemapController
    ```
- Run flush=all in your browser

Bugtracker
----------

[](#bugtracker)

Bugs are tracked on [github.com](https://github.com/fractaslabs/silverstripe-google-analytics/issues)

Licence
-------

[](#licence)

- See [Licence](https://github.com/fractaslabs/silverstripe-google-analytics/blob/master/LICENSE)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 58.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 ~156 days

Total

4

Last Release

2657d ago

Major Versions

1.0 → 2.02017-11-13

2.0 → 3.0.x-dev2017-11-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/14952a0ffb7f5f82eaf00c2994dc2d955fba4e28cbe35d64f8b791005f666d11?d=identicon)[fractaslabs](/maintainers/fractaslabs)

---

Top Contributors

[![jelicanin](https://avatars.githubusercontent.com/u/692844?v=4)](https://github.com/jelicanin "jelicanin (10 commits)")[![hdpero](https://avatars.githubusercontent.com/u/13778690?v=4)](https://github.com/hdpero "hdpero (6 commits)")[![jinjie](https://avatars.githubusercontent.com/u/2721195?v=4)](https://github.com/jinjie "jinjie (1 commits)")

---

Tags

analyticsgoogle-analyticsgoogle-tag-managermodulesilverstripesilverstripe-4silverstripe-modulegooglesilverstripecmsanalyticsgoogle-analytics

### Embed Badge

![Health badge](/badges/fractaslabs-silverstripe-googleanalytics/health.svg)

```
[![Health](https://phpackages.com/badges/fractaslabs-silverstripe-googleanalytics/health.svg)](https://phpackages.com/packages/fractaslabs-silverstripe-googleanalytics)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)

PHPackages © 2026

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