gentor/gamp
GAMP (Google Analytics Measurement Protocol)
Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API
Installation
Installation using composer:
composer require gentor/gamp
Add the service provider in config/app.php:
Gentor\Gamp\GampServiceProvider::class,
Add the facade alias in config/app.php:
Gentor\Gamp\Facades\Gamp::class,
Configuration
Change your default settings in app/config/gamp.php:
<?php
return [
'tracking_id' => env('GA_TRACKING_ID'),
...
];
Documentation
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
610,259,779
9,704