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

ActiveLibrary

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

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

v3.1.2(2mo ago)35MITPHPPHP ^8.2CI passing

Since Mar 5Pushed 1mo 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 1mo ago

READMEChangelog (10)Dependencies (6)Versions (15)Used By (0)

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

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

44

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Total

15

Last Release

40d 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.x-dev → 2.x-dev2026-04-03

2.x-dev → 3.x-dev2026-04-03

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 (33 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

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jeffersongoncalves/filament-qrcode-field

A Laravel Filament package that provides QR Code field functionality for your web applications. This package extends Filament v3 with a simple QR code input component.

113.2k](/packages/jeffersongoncalves-filament-qrcode-field)[jeffersongoncalves/filament-topbar

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

171.2k](/packages/jeffersongoncalves-filament-topbar)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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