iprit/botan-php
最新稳定版本:v1.0.2
Composer 安装命令:
composer require iprit/botan-php
包简介
PHP SDK for Botan.io
README 文档
README
Installation
To get started, get Composer.
Run:
$ php composer.phar require iprit/botan-php:*
or add
"iprit/botan-php": "*"
to the require section of your composer.json file.
Usage
Create Yandex.AppMetrica api token and insert into $token variable.
private $token = 'token'; public function _incomingMessage($message_json) { $messageObj = json_decode($message_json, true); $messageData = $messageObj['message']; $botan = new IPRIT\BotanSDK\Botan($this->token); $botan->track($messageData, 'Start'); }
统计信息
- 总下载量: 200
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-07