Download the PHP package bezhansalleh/filament-google-analytics without Composer

On this page you can find all versions of the php package bezhansalleh/filament-google-analytics. 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-google-analytics

filament-google-analytics-art

FILAMENT 8.x Packagist Tests Passing Code Style Passing Downloads

# Filament Google Analytics (GA4) Google Analytics integration for [Filament (FilamentAdmin)](https://filamentphp.com) # Installation You can install the package in to a Laravel app that uses [Filament](https://filamentphp.com) via composer: For now, follow the directions on [Spatie's Laravel Google Analytics package](https://github.com/spatie/laravel-analytics) for getting your credentials, then put them here: Also add this to the `.env` for your Filament PHP app: # Usage All the widgets are enabled by default in a dedicated `Google Analytics Dashboard`. You can enable or disable a specific widget or the dedicated dashboard all together or show and hide some from the main `Filament Dashboard` from the config `filament-google-analytics`. Publish the config files and set your settings: #### Available Widgets #### Custom Dashboard Though this plugin comes with a default dashboard, but sometimes you might want to change `navigationLabel` or `navigationGroup` or disable some `widgets` or any other options and given that the dashboard is a simple filament `page`; The easiest solution would be to disable the default dashboard and create a new `page`: then register the widgets you want from the **Available Widgets** list either in the `getHeaderWidgets()` or `getFooterWidgets()`: # Features #### View the Visitors and Pageview Metrics Screen Shot 2022-02-26 at 12 35 41 PM #### View the Active Users Metrics Screen Shot 2022-02-26 at 12 48 57 PM #### View the Sessions and Avg. Session Duration Metrics Screen Shot 2022-02-26 at 12 37 42 PM #### View the Devices and Country Metrics by Session (WIP) Screen Shot 2022-02-26 at 12 44 00 PM #### View the lists of Most Visited Pages and Referrers Screen Shot 2022-02-26 at 12 44 34 PM # Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. # Contributing If you want to contribute to this packages, you may want to test it in a real Filament project: - Fork this repository to your GitHub account. - Create a Filament app locally. - Clone your fork in your Filament app's root directory. - In the `/filament-google-analytics` directory, create a branch for your fix, e.g. `fix/error-message`. Install the packages in your app's `composer.json`: Now, run `composer update`. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details. # Security Vulnerabilities Please review [our security policy](../../security/policy) on how to report security vulnerabilities. # Credits - [Bezhan Salleh](https://github.com/bezhanSalleh) - [Laravel Analytics](https://github.com/spatie/laravel-analytics) By [Spatie](https://github.com/spatie) - [Nova Google Analytics](https://github.com/tighten/nova-google-analytics) By [Tighten](https://github.com/tighten) - [All Contributors](../../contributors) # License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.


All versions of filament-google-analytics with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/widgets Version ^3.0
spatie/laravel-analytics Version ^5.0
spatie/laravel-package-tools Version ^1.9.2
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 bezhansalleh/filament-google-analytics contains the following files

Loading the files please wait ....