PHPackages                             klickmanufaktur/statamic-umami-analytics - 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. klickmanufaktur/statamic-umami-analytics

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

klickmanufaktur/statamic-umami-analytics
========================================

Reusable Statamic control panel analytics integration for Umami.

v1.0.0(today)00proprietaryPHPPHP ^8.2

Since Jun 20Pushed todayCompare

[ Source](https://github.com/klickmanufaktur/statamic-umami-analytics)[ Packagist](https://packagist.org/packages/klickmanufaktur/statamic-umami-analytics)[ Docs](https://github.com/klickmanufaktur/statamic-umami-analytics)[ RSS](/packages/klickmanufaktur-statamic-umami-analytics/feed)WikiDiscussions main Synced today

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

Statamic Umami Analytics
========================

[](#statamic-umami-analytics)

Reusable Statamic addon for showing Umami analytics inside the control panel.

Features
--------

[](#features)

- CP navigation item with an analytics overview.
- Read-only analytics tab on configured entry collections.
- Server-side Umami API client with timeouts and short cache TTL.
- Supports Umami Cloud API keys, self-hosted bearer tokens, and self-hosted username/password login.

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

[](#installation)

Install as a Composer path repository while developing locally:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "../_packages/statamic-umami-analytics",
            "options": {
                "symlink": true
            }
        }
    ],
    "require": {
        "klickmanufaktur/statamic-umami-analytics": "*"
    }
}
```

Then run:

```
composer update klickmanufaktur/statamic-umami-analytics --with-dependencies
php artisan vendor:publish --tag=statamic-umami-analytics --force
```

Configuration
-------------

[](#configuration)

Publish the config or set environment variables directly.

### Umami Cloud

[](#umami-cloud)

```
UMAMI_API_URL=https://api.umami.is/v1
UMAMI_WEBSITE_ID=00000000-0000-0000-0000-000000000000
UMAMI_AUTH=api_key
UMAMI_API_KEY=...
```

### Self-hosted with bearer token

[](#self-hosted-with-bearer-token)

```
UMAMI_API_URL=https://umami.example.com/api
UMAMI_WEBSITE_ID=00000000-0000-0000-0000-000000000000
UMAMI_AUTH=token
UMAMI_TOKEN=...
```

### Self-hosted with login

[](#self-hosted-with-login)

```
UMAMI_API_URL=https://umami.example.com/api
UMAMI_WEBSITE_ID=00000000-0000-0000-0000-000000000000
UMAMI_AUTH=login
UMAMI_USERNAME=...
UMAMI_PASSWORD=...
```

Dashboard Widget
----------------

[](#dashboard-widget)

The addon ships a compact CP dashboard widget (handle `umami_analytics`) showing the key metrics (page views, visitors, visits, bounce rate) plus an optional mini chart. Enable it in your app's `config/statamic/cp.php` under `widgets`:

```
'widgets' => [
    [
        'type' => 'umami_analytics',
        'width' => 'md',   // sm | md | lg | full
        'days' => 30,      // must be one of the configured `periods`
        'chart' => true,   // show the mini chart
        'title' => 'Analytics',
    ],
],
```

The widget links through to the full Umami dashboard and respects the same configuration (API credentials, periods, dashboard URL) as the rest of the addon.

Entry Tab
---------

[](#entry-tab)

By default, the addon injects a `Zugriffe` tab into the `pages` collection.

```
'entry_tab' => [
    'enabled' => true,
    'collections' => ['pages', 'news'],
    'tab' => 'analytics',
    'display' => 'Zugriffe',
    'field' => 'umami_analytics',
],
```

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

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

---

Top Contributors

[![klickmanufaktur](https://avatars.githubusercontent.com/u/30047394?v=4)](https://github.com/klickmanufaktur "klickmanufaktur (1 commits)")

---

Tags

analyticsaddonstatamicumamicontrol panel

### Embed Badge

![Health badge](/badges/klickmanufaktur-statamic-umami-analytics/health.svg)

```
[![Health](https://phpackages.com/badges/klickmanufaktur-statamic-umami-analytics/health.svg)](https://phpackages.com/packages/klickmanufaktur-statamic-umami-analytics)
```

###  Alternatives

[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23100.9k12](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

15131.5k](/packages/withcandour-aardvark-seo)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20119.8k](/packages/visuellverstehen-statamic-classify)[justkidding96/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

144.1k](/packages/justkidding96-aardvark-seo)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2914.3k](/packages/aerni-livewire-forms)[mitydigital/feedamic

A fully-featured RSS and Atom feed generator for Statamic.

1071.8k](/packages/mitydigital-feedamic)

PHPackages © 2026

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