2017 © Pedro Peláez
 

library php-analytics-event

Send Google Analytics events from PHP

image

there4/php-analytics-event

Send Google Analytics events from PHP

  • Friday, October 20, 2017
  • by craig-davis
  • Repository
  • 4 Watchers
  • 18 Stars
  • 6,396 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 26 % Grown

The README.md

PHP Analytics Events Build Status

Create a Google Analytics Event from PHP, (*1)

This is a small class to post Analytics events from PHP. This is useful for logging and event tracking., (*2)

Installation

composer require there4/php-analytics-event

Example

<?php

use There4\Analytics\AnalyticsEvent;

// Record the download event in Analytics
$events = new AnalyticsEvent('UAxxxxxxx', 'example.com');
$events->trackEvent('resources', 'download', 'cli-latest');

The Google Analytics Measurement Protocol library for PHP project is a much larger implementation of the Measurement Protocol. If you need more than a simple tracking event you should check it out., (*3)

The Versions

20/10 2017

dev-master

9999999-dev

Send Google Analytics events from PHP

  Sources   Download

MIT

The Development Requires

analytics events google analytics

20/10 2017

dev-add-license-1

dev-add-license-1

Send Google Analytics events from PHP

  Sources   Download

MIT

The Development Requires

analytics events google analytics

20/10 2017

v1.1.0

1.1.0.0

Send Google Analytics events from PHP

  Sources   Download

MIT

The Development Requires

analytics events google analytics

09/12 2015

v1.0.2

1.0.2.0

Send Google Analytics events from PHP

  Sources   Download

MIT

analytics events google analytics

01/11 2014

v1.0.1

1.0.1.0

Send Google Analytics events from PHP

  Sources   Download

MIT