PHP Package: zumba/amplitude-php

Amplitude PHP library for easy integration and tracking of events in web applications.

Current Version: 1.0.8
Last Updated: 2024-07-11
PHP Requirement: >=7.1
Dependencies: guzzlehttp/guzzle, psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Amplitude PHP library provides a seamless way to incorporate event tracking functionality into your web applications. With this library, you can efficiently monitor user interactions, analyze user behavior, and optimize your application's performance based on data-driven insights.

🔗 View on GitHub

Download Latest Version: 1.0.8

Download Download v1.0.8

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/zumba/amplitude-php/1.0.8/autoload.php';

use Amplitude\AmplitudeClient;
use GuzzleHttp\Client;
use Psr\Log\LoggerInterface;


$obj = new Amplitude\AmplitudeClient();
echo "✅ Example created successfully.";

?>

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