sonko-dmitry/botan-php-sdk
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sonko-dmitry/botan-php-sdk
包简介
Wrapper for botan telengram bot analytics
README 文档
README
This extension is the way to integrate Botan.io to you application.
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require sonko-dmitry/botan-php-sdk:*
or add
"sonko-dmitry/botan-php-sdk": "*"
to the require section of your composer.json file.
Usage
- Now you can use wrapper
$tracker = new SonkoDmitry\BotanSDK\BotanTracker(1234567); $tracker->track(123, ['text' => 'Hello world!'], 'Message');
Where "1234567" your Yandex.Appmetrica api token. 123 unique customer ID, for example chat_id or sender_id
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-07