jeffersongoncalves/filament-plausible

A lightweight Filament package that seamlessly integrates Plausible Analytics into your filament panel. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.

v2.0.0 2025-07-17 15:22 UTC

This package is auto-updated.

Last update: 2025-07-17 15:22:49 UTC


README

Filament Plausible

Filament Plausible

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

A lightweight Filament package that seamlessly integrates Plausible Analytics into your Filament v4 panel. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.

Requirements

  • PHP 8.2 or higher
  • Laravel 11.0 or 12.0
  • Filament 4.0 or higher

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-plausible

Usage

Once installed, the package automatically integrates Plausible Analytics into your Filament panels. The tracking script is automatically injected into the head section of your Filament admin panel.

Publish the configuration file to customize your Plausible settings:

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

Configure your Plausible domain and other settings in the published configuration file.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.