Download the PHP package simplestats-io/filament-plugin without Composer
On this page you can find all versions of the php package simplestats-io/filament-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simplestats-io/filament-plugin
More information about simplestats-io/filament-plugin
Files in simplestats-io/filament-plugin
Package filament-plugin
Short Description Filament v5 dashboard plugin for SimpleStats analytics. View your visitors, registrations, and revenue directly in your Filament panel.
License MIT
Homepage https://github.com/simplestats-io/filament-plugin
Informations about the package filament-plugin
Filament Plugin for SimpleStats.io
The official Filament v5 plugin for SimpleStats.io. View your analytics directly inside your Filament panel: visitors, registrations, revenue, top sources, and top countries.

Requirements
- PHP 8.2+
- Laravel 12+
- Filament 5+
- A SimpleStats.io account with an API token
Installation
Install via Composer:
Optionally publish the config file:
Add your API token to .env:
Setup
Register the plugin in your Filament PanelProvider:
That's it. Navigate to /admin/simplestats (or your panel path + /simplestats) to see your dashboard.
Configuration
All configuration is optional. The plugin works out of the box with just an API token.
Plugin Options
Config File
If you published the config, you can set defaults via environment variables:
Dashboard Widgets
The plugin provides seven widgets on a single dashboard page:
| Widget | Description |
|---|---|
| Stats Overview | KPI cards: Visitors, Registrations, CR, Net Revenue, ARPU, ARPV. Includes sparklines. |
| Visitors & Registrations | Line chart showing visitors and registrations over time. |
| Revenue | Line chart showing gross and net revenue over time. |
| Top Referrers | Horizontal bar chart of top referrers. |
| Top Sources | Horizontal bar chart of top traffic sources. |
| Top Countries | Horizontal bar chart of top visitor countries. |
| Entry Pages | Horizontal bar chart of top landing pages. |
A time range filter lets you switch between presets (Today, Last 7 Days, Last 30 Days, This Year, All Time, etc.).
Self-Hosted
If you are running a self-hosted SimpleStats instance, point the plugin to your own API:
Or via .env:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Zacharias Creutznacher
- All Contributors
License
The MIT License (MIT). Please see License File for more information.