PHP Package: theiconic/php-ga-measurement-protocol

PHP library for integrating Google Analytics Measurement Protocol

Current Version: 2.9.0
Last Updated: 2020-09-24
PHP Requirement: >=5.5
Dependencies:
theiconic/php-ga
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

A comprehensive PHP library that simplifies the integration of Google Analytics Measurement Protocol into your web applications. With detailed tracking capabilities and robust reporting features, this library ensures accurate measurement and analysis of user interactions on your website.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.9.0

Download Download v2.9.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/theiconic/php-ga-measurement-protocol/2.9.0/loader.php';
require_once 'libs/theiconic/php-ga/{lib_version}/loader.php';

use TheIconic\PhpGa\MeasurementProtocol\MeasurementProtocol;

$obj = new MeasurementProtocol();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.