Download the PHP package schmeits/filament-umami-widgets without Composer

On this page you can find all versions of the php package schmeits/filament-umami-widgets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-umami-widgets

Umami Analytics Widgets for Filament

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

These are some Filament widgets for Umami (Website Analytics)

example-screenshot.png

Installation

You can install the package via composer:

You can publish the config file with:

Optionally, you can publish the views

or translations

This is the contents of the published config file:

Usage

Under Filament/Pages/ create a new file called Dashboard.php with following contents:

Remove the default Dashboard from your PanelProvider

Alternatively if you already have a custom Dashboard, add the HasFilter trait to your Dashboard file.

Add the plugin to your PanelProvider

Add the Widget to your PanelProvider

There are different predefined widgets available to use in your dashboard

Stats Widgets

Live Visitors

stats-live-visitors.jpg

Page Hits

stats-pageviews.jpg

Number of unique visitors

stats-visitors.jpg

Number of sessions

stats-visits.jpg

Number of visitors who only visit a single page

stats-bounces.jpg

Time spent on the website (formatted H:i)

stats-total-time.jpg

Metrics Widgets

Referrers

metrics-referrers.jpg

Url's of the visited pages

metrics-url.jpg

Titles of the visited pages

metrics-titles.jpg

Browsers used

metrics-browsers.jpg

Operating systems used

metrics-os.jpg

Devices systems used

metrics-devices.jpg

Languages used

metrics-language.jpg

Screen resolutions used

metrics-resolutions.jpg

Events occurred

metrics-events.jpg

Query strings

metrics-querystring.jpg

Grouped Metrics Widgets

Geo information (Countries, Regions, Cities)

metrics-grouped-geo.jpg

Visited Pages (URL, Title)

metrics-grouped-pages.jpg

Client Info (Browsers, OS, Devices, Screens, Languages)

metrics-grouped-client-info.jpg

Chart widgets

Pageviews (last 7 days)

chart-pageviews.jpg

Sessions (last 7 days)

chart-sessions.jpg

Events

chart-events.jpg

Configure the plugin

If you want to configure the polling interval or define which widgets are shown in the UmamiWidgetStatsGrouped you can pass the StatWidgets to the widgetsForGroupedStats function:

Using the raw Analytics functions

You can also use the facade functions for your own widgets.

Defining the Filter

Get different data

Available Metrics

Testing

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.


All versions of filament-umami-widgets with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.2|^8.3
filament/filament Version ^3.0
malzariey/filament-daterangepicker-filter Version ^2.6
spatie/laravel-package-tools Version ^1.15.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package schmeits/filament-umami-widgets contains the following files

Loading the files please wait ....