Download the PHP package jeffersongoncalves/laravel-metrics-matomo without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-metrics-matomo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-metrics-matomo
More information about jeffersongoncalves/laravel-metrics-matomo
Files in jeffersongoncalves/laravel-metrics-matomo
Package laravel-metrics-matomo
Short Description Laravel package to interact with Matomo Analytics Reporting API - fetch visits, pageviews, referrers, devices, and generate custom reports
License MIT
Informations about the package laravel-metrics-matomo
Laravel Metrics Matomo
Laravel package to interact with the Matomo Analytics Reporting API. Fetch visits, pageviews, referrers, devices, countries, live visitors, and generate custom reports for dashboards.
Settings are stored in the database via spatie/laravel-settings — no config files needed.
Installation
Run migrations to create the settings:
Configuration
After migration, the settings are seeded from environment variables:
You can also update settings programmatically:
Usage
Using the Facade
Visits Summary
Top Pages
Referrers
Geography
Devices & Technology
Events
Goals
Live Visitors (Real-time)
Custom Reports (Query Builder)
Build flexible reports using the fluent query builder:
Using DateTime Objects
Available Enums
Period
Day, Week, Month, Year, Range
Format
Json, Xml, Csv, Tsv, Html, Rss
Available API Methods
| Category | Methods |
|---|---|
| Visits | visitsSummary |
| Pages | pageUrls, pageTitles, entryPages, exitPages, downloads, outlinks, siteSearchKeywords |
| Referrers | referrerTypes, searchEngines, keywords, websites, socials, campaigns |
| Geography | countries, cities, regions, continents |
| Devices | deviceTypes, browsers, osFamilies, resolutions |
| Events | eventCategories, eventActions, eventNames |
| Goals | goals, goal |
| Live | liveCounters, liveVisitors |
| Generic | query, report |
Testing
Code Style
Static Analysis
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-metrics-matomo with dependencies
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
spatie/laravel-package-tools Version ^1.14.0
spatie/laravel-settings Version ^3.0