minube/amplitude-php
最新稳定版本:2.0
Composer 安装命令:
composer require minube/amplitude-php
包简介
Amplitude SDK for PHP - Use Amplitude in your PHP project
关键字:
README 文档
README
How to use it
$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);
统计信息
- 总下载量: 54.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-02-01