PHPackages                             aimeos/laravel-analytics-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. aimeos/laravel-analytics-matomo

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

aimeos/laravel-analytics-matomo
===============================

Matomo Analytics driver for Laravel Analytics Bridge

1.0.1(9mo ago)021LGPL-2.1+PHPPHP ^8.2

Since Sep 12Pushed 9mo agoCompare

[ Source](https://github.com/aimeos/laravel-analytics-matomo)[ Packagist](https://packagist.org/packages/aimeos/laravel-analytics-matomo)[ RSS](/packages/aimeos-laravel-analytics-matomo/feed)WikiDiscussions master Synced today

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

laravel-analytics-matomo
========================

[](#laravel-analytics-matomo)

Matomo driver for Laravel Analytics bridge.

For API access, you need the **API token** from Matomo to authenticate API requests and access data programmatically. Follow these steps to retrieve it.

1. Log in to Matomo
-------------------

[](#1-log-in-to-matomo)

1. Open your Matomo instance in a web browser.
2. Enter your **username** and **password** to log in.

2. Access Your User Settings
----------------------------

[](#2-access-your-user-settings)

1. Click on your **username** in the top-right corner of the dashboard.
2. Select **“Settings”** (or **“Personal”** depending on Matomo version).

3. Find the API Token
---------------------

[](#3-find-the-api-token)

1. In the **Settings** page, look for the section labeled **“API”** or **“API Access”**.
2. You will see a field called **“Your API token”** or **`token_auth`**.
3. Copy the token. It typically looks like a long alphanumeric string.

4. Configure in Analytics Bridge
--------------------------------

[](#4-configure-in-analytics-bridge)

The `./config/analytics-bridge.php` file already contains:

```
return [
    'default' => env('ANALYTICS_DRIVER'),

    'drivers' => [
        'matomo' => [
            'url' => env('MATOMO_URL'),
            'token' => env('MATOMO_TOKEN'),
            'siteid' => env('MATOMO_SITEID'),
        ],
        /* ... */
    ],
    /* ... */
];
```

Add the required key/value pairs to your `.env` file:

```
ANALYTICS_DRIVER="matomo"
MATOMO_URL="..." # including "https://"
MATOMO_TOKEN="..."
MATOMO_SITEID="1" # or other value if you have multiple sites

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance58

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

276d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aimeos-laravel-analytics-matomo/health.svg)

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

PHPackages © 2026

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