$apiKey = 123456;
$amplitudeClient = new \Amplitude\AmplitudeClient($apiKey);
$amplitudeEvent = new \Amplitude\AmplitudeEvent();
// For user properties
$amplitudeEvent->set('city_id', 123)
->set('country_id', 34);
// For event properties
$amplitudeEvent->addToEventProperties('revenue', 12.34);
$response = $amplitudeClient->track($amplitudeEvent);
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
forked from minube/Amplitude-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
AlayaCare/Amplitude-PHP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PHP SDK for Amplitude
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%