PHPackages                             gentor/gamp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gentor/gamp

ActiveLibrary[API Development](/categories/api)

gentor/gamp
===========

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

0423PHP

Since Jan 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gentor/gamp)[ Packagist](https://packagist.org/packages/gentor/gamp)[ RSS](/packages/gentor-gamp/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

GAMP (Google Analytics Measurement Protocol)
============================================

[](#gamp-google-analytics-measurement-protocol)

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

Installation
------------

[](#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
-------------

[](#configuration)

Change your default settings in `app/config/gamp.php`:

```
