ht-sdks/events-sdk-php
最新稳定版本:0.0.1
Composer 安装命令:
composer require ht-sdks/events-sdk-php
包简介
Hightouch Events SDK PHP
README 文档
README
Installation
The package can be installed via composer.
composer require ht-sdks/events-sdk-php
Documentation
The links bellow should provide all the documentation needed to make the best use of the library and the Hightouch Events API:
Usage
use Hightouch\Hightouch; Hightouch::init('WRITE_KEY', [ 'host' => 'https://us-east-1.hightouch-events.com', ]); Hightouch::track([ 'event' => 'Created Account', 'userId' => '123', 'properties' => [ 'application' => 'Desktop', 'version' => '1.2.3', ], ]);
License
This library is released under the MIT License.
统计信息
- 总下载量: 8.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-27