yoopies/braze-php
Composer 安装命令:
composer require yoopies/braze-php
包简介
Braze API client built on top of Guzzle 6|7
关键字:
README 文档
README
This is a non-official Braze PHP library which provides access to the Braze API from applications written in the PHP language.
Api references: https://www.braze.com/docs/api/
Installation
The recommended way to install braze-php is through Composer:
composer require yoopies/braze-php
Usage
use Braze\BrazeClient; $client = new BrazeClient('apiKey', 'rest.fra-01.braze.eu'); $client->user->track( [ 'events' => [ [ '_update_existing_only' => false, 'name' => 'my_event_name', 'external_id' => '1234', 'time' => (new \DateTime())->format('c'), ], ], ] );
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-09-02