PHPackages                             zazama/matomo - 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. zazama/matomo

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

zazama/matomo
=============

Silverstripe Matomo module to include tracking code

2.0.1(1y ago)057BSD-3-ClausePHPCI failing

Since Jul 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Zazama/silverstripe-matomo)[ Packagist](https://packagist.org/packages/zazama/matomo)[ RSS](/packages/zazama-matomo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

Silverstripe Matomo Module
==========================

[](#silverstripe-matomo-module)

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

[](#requirements)

- Silverstripe 4 or 5

For Silverstripe 3, switch to branch 1

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

[](#installation)

`composer require zazama/matomo ^2.0`

Usage
-----

[](#usage)

This module provides multiple options that you can use in your \_config.yml

### Basic config

[](#basic-config)

```
Zazama\Matomo\Extensions\MatomoExtension:
  # Root URL of your Matomo instance
  server_url: 'https://example.com/'
  # Site ID of the page you want to track
  site_id: 1337
```

### All settings

[](#all-settings)

```
Zazama\Matomo\Extensions\MatomoExtension:
  # Root URL of your Matomo instance
  server_url: 'https://example.com/'
  # Site ID of the page you want to track
  site_id: 1337
  # Path of the tracker php file, default: matomo.php
  tracker_path: 'matomo.php'
  # Path of the tracker php file, default: matomo.js
  script_path: 'matomo.js'
  # Inserted on dev mode, default: false
  show_on_dev: false
  # Automatically insert script, default: true
  insert_tracking_code: true
  # Enable link tracking (e.g. PWA), default: false
  enable_link_tracking: false
  # Track all content impressions, default: false
  track_all_content_impressions: false
  # Track visible content impressions, default: false
  track_visible_content_impressions: false
  # Disable cookies (GDPR compliance), default: false
  disable_cookies: false
  # Set document title by javascript, default: document.title
  document_title_js: 'document.title'
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

5

Last Release

464d ago

Major Versions

1.x-dev → 2.0.12025-02-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7694808?v=4)[Jan Metzger](/maintainers/Zazama)[@Zazama](https://github.com/Zazama)

---

Top Contributors

[![Zazama](https://avatars.githubusercontent.com/u/7694808?v=4)](https://github.com/Zazama "Zazama (7 commits)")

---

Tags

silverstripematomotrackingcms

### Embed Badge

![Health badge](/badges/zazama-matomo/health.svg)

```
[![Health](https://phpackages.com/badges/zazama-matomo/health.svg)](https://phpackages.com/packages/zazama-matomo)
```

PHPackages © 2026

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