PHPackages                             jeffersongoncalves/filament-plausible - 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. jeffersongoncalves/filament-plausible

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

jeffersongoncalves/filament-plausible
=====================================

Filament plugin to integrate Plausible Analytics with a settings page to manage your tracking configuration. Privacy-friendly alternative to Google Analytics.

3.2.0(1w ago)423MITPHPPHP ^8.2CI passing

Since Mar 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-plausible)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-plausible)[ Docs](https://github.com/jeffersongoncalves/filament-plausible)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-plausible/feed)WikiDiscussions 3.x Synced today

READMEChangelog (10)Dependencies (10)Versions (18)Used By (0)

[![Filament Plausible](https://raw.githubusercontent.com/jeffersongoncalves/filament-plausible/3.x/art/jeffersongoncalves-filament-plausible.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-plausible/3.x/art/jeffersongoncalves-filament-plausible.png)

Filament Plausible
==================

[](#filament-plausible)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4914d893f4cd99864d5ebcf06001a6e0d90fb14432d968c0c77cfc50760f3e1d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706c61757369626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-plausible)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fe42f332ad54fb62679c3d3a3e97ba2ef0e20991c8c99d01416ef4a734bdfe8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706c61757369626c652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-plausible/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/1366391d0ce24fb89de5aea46e3f62d93e26e7d85c99a104bd0ac3912c3702d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706c61757369626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-plausible)[![License](https://camo.githubusercontent.com/245e9f2883dbfa3bc43eb7153c62b80857a1238555c86c590a9656059f5065c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706c61757369626c652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

A Filament plugin to integrate Plausible Analytics with a settings page to manage your tracking configuration. Privacy-friendly alternative to Google Analytics.

Version Compatibility
---------------------

[](#version-compatibility)

FilamentBranchPackage5.x`3.x``^3.0`4.x`2.x``^2.0`3.x`1.x``^1.0`Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Laravel 11.28 or higher
- Filament 5.x

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

[](#installation)

You can install the package via composer:

Install the package via Composer:

```
composer require jeffersongoncalves/filament-plausible:"^3.0"
```

Publish and run the settings migration from `spatie/laravel-settings` (if not already done):

```
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
php artisan migrate
```

Publish and run the Plausible settings migration:

```
php artisan vendor:publish --tag=plausible-settings-migrations
php artisan migrate
```

Setup
-----

[](#setup)

Register the plugin in your `PanelProvider`:

```
use JeffersonGoncalves\Filament\Plausible\PlausiblePlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            PlausiblePlugin::make(),
        ]);
}
```

Usage
-----

[](#usage)

Once registered, the plugin provides:

1. **Automatic script injection** - The Plausible tracking script is automatically injected into the `` of your Filament panel.
2. **Settings page** - A settings page is added to your panel where you can configure your Plausible domain(s) and host URL directly from the admin UI.

### Disabling the Settings Page

[](#disabling-the-settings-page)

If you only want the automatic script injection without the settings page:

```
PlausiblePlugin::make()
    ->settingsPage(false),
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jefferson Goncalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74% 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 ~28 days

Recently: every ~0 days

Total

18

Last Release

11d ago

Major Versions

v1.1.1 → v2.1.12026-02-22

v2.1.1 → v3.1.12026-02-22

v2.1.2 → v3.1.22026-03-04

1.2.0 → 2.x-dev2026-06-23

1.x-dev → 3.x-dev2026-06-24

PHP version history (2 changes)v1.0.0PHP ^8.2|^8.3

v3.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (37 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

analyticsfilamentfilament-analyticsfilament-pluginlaravellaravel-packageplausibleplausible-analyticsprivacysettingsspatie-settingslaravelSettingsanalyticsfilamentfilament-pluginjeffersongoncalvesprivacyplausible

###  Code Quality

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-plausible/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-plausible/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-plausible)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

211189.7k8](/packages/bezhansalleh-filament-google-analytics)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)

PHPackages © 2026

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