PHPackages                             thoughtco/statamic-plausible-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. thoughtco/statamic-plausible-analytics

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

thoughtco/statamic-plausible-analytics
======================================

Get your Plausible Analytics data right from your Statamic dashboard.

v3.0.1(3mo ago)491↓33.3%PHP

Since Feb 23Pushed 3mo agoCompare

[ Source](https://github.com/thoughtco/statamic-plausible-analytics)[ Packagist](https://packagist.org/packages/thoughtco/statamic-plausible-analytics)[ GitHub Sponsors](https://github.com/jackabox)[ Fund](https://ko-fi.com/jackabox)[ RSS](/packages/thoughtco-statamic-plausible-analytics/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Plausible Analytics for Statamic
================================

[](#plausible-analytics-for-statamic)

A wrapper around the Plausible API that fetches the analytics into your dashboard in a pretty way.

Setup
-----

[](#setup)

Install the addon.

```
composer require thoughtco/statamic-plausible-analytics

```

Then follow the steps in the config step bellow.

Config
------

[](#config)

1. Head to your [Plausible Settings](https://plausible.io/settings).
2. Scroll down to API key and generate a new one. Name it whatever you like.
3. Copy that value into your `.env` as `PLAUSIBLE_KEY`.
4. Get your site as displayed in your Plausible Dashboard (e.g. jackwhiting.co.uk). Add that value to your `.env` as `PLAUSIBLE_SITE`.
5. Data should load.

For more customisation you can publish the config and adjust the values as you wish.

```
php artisan vendor:publish --tag=plausible-config
```

By default, all results from the API are cached. This can be overwritten, but I didn't want to spam to the API.

Widgets
-------

[](#widgets)

There are four widgets included with a few options. Periods to display be changed between `12mo,6mo,month,30d,6d,day`.

### Visitor Overview

[](#visitor-overview)

```
[
    'type' => 'plausible_visitor_overview',
    'period' => '30d', // Period you want to show
    'show_graph' => 0 // Boolean, 0 or 1
],
```

### Top Pages

[](#top-pages)

```
[
    'type' => 'plausible_top_pages',
    'period' => '30d'
]
```

### Top Browsers

[](#top-browsers)

```
[
    'type' => 'plausible_top_browsers',
    'period' => '7d'
]
```

### Top Referrers

[](#top-referrers)

```
[
    'type' => 'plausible_top_referrers',
    'period' => '7d'
]
```

Issues
------

[](#issues)

If there are any problems with getting this to work, please open an issue on GitHub. If you have any ideas/want to discuss new features please use the discussions feature :)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance80

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~266 days

Total

3

Last Release

104d ago

Major Versions

v2.0.2 → v3.0.02026-02-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51899?v=4)[Ryan Mitchell](/maintainers/ryanmitchell)[@ryanmitchell](https://github.com/ryanmitchell)

---

Top Contributors

[![jackabox](https://avatars.githubusercontent.com/u/3618433?v=4)](https://github.com/jackabox "jackabox (13 commits)")[![ryanmitchell](https://avatars.githubusercontent.com/u/51899?v=4)](https://github.com/ryanmitchell "ryanmitchell (10 commits)")[![pschocke](https://avatars.githubusercontent.com/u/26882621?v=4)](https://github.com/pschocke "pschocke (3 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thoughtco-statamic-plausible-analytics/health.svg)

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

###  Alternatives

[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[alt-design/alt-sitemap

Alt Sitemap addon, create a sitemap from Statamic entries

1219.0k](/packages/alt-design-alt-sitemap)

PHPackages © 2026

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