承接 ht-sdks/events-sdk-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ht-sdks/events-sdk-php

最新稳定版本:0.0.1

Composer 安装命令:

composer require ht-sdks/events-sdk-php

包简介

Hightouch Events SDK PHP

README 文档

README

CI

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-27