Download the PHP package jeffersongoncalves/filament-metrics-matomo without Composer
On this page you can find all versions of the php package jeffersongoncalves/filament-metrics-matomo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-metrics-matomo
Filament Metrics Matomo
A Filament plugin that provides a Settings Page and Dashboard Widgets for Matomo Analytics, powered by jeffersongoncalves/laravel-metrics-matomo.
Version Compatibility
| Branch | Filament | Laravel | PHP | Livewire |
|---|---|---|---|---|
| 1.x | 3.x | 10+ | 8.1+ | 3.x |
| 2.x | 4.x | 11+ | 8.2+ | 3.x |
| 3.x | 5.x | 11+ | 8.2+ | 4.x |
You are currently viewing the 3.x branch (Filament v5).
Features
- Settings Page - Configure Matomo connection (URL, API token, Site ID, Timezone) with a "Test Connection" button
- Live Counter Widget - Real-time visitors with auto-polling (pulsating green dot)
- Visits Summary Widget - Stats overview with unique visitors, visits, pageviews, bounce rate, avg. duration
- Visits Chart Widget - Line chart with visits over time (7/14/30/90 days filter)
- Top Pages Widget - Table with most visited pages
- Referrers Widget - Doughnut chart with referrer types
- Device Types Widget - Doughnut chart with device distribution
- Browsers Widget - Bar chart with browser usage
- Countries Widget - Table with visitor countries
- Caching - Configurable TTL and cache store
- Translations - English and Brazilian Portuguese (pt_BR) included
Installation
You can install the package via composer:
Make sure you have run the base package migrations:
Optionally publish the config file:
Usage
Register the plugin in your Filament Panel Provider:
Enable/Disable Individual Widgets
Or disable specific ones:
Configuration
Testing
Code Quality
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-metrics-matomo with dependencies
filament/filament Version ^3.0
filament/spatie-laravel-settings-plugin Version ^3.0
jeffersongoncalves/laravel-metrics-matomo Version ^1.0
spatie/laravel-package-tools Version ^1.14.0