PHP Package: zumba/amplitude-php
Amplitude-PHP is a PHP library for integrating Amplitude analytics into your web applications with ease.
Package Description
Amplitude-PHP is a powerful PHP library that simplifies the process of tracking user events and behaviors in your applications using Amplitude analytics. It provides a convenient interface to send data to Amplitude, allowing you to gain valuable insights into user engagement and product usage. With Amplitude-PHP, you can seamlessly integrate Amplitude analytics into your web applications and leverage the full potential of user behavior tracking.
Download Latest Version: 1.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/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use Amplitude\Amplitude;
$obj = new Amplitude();
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.