yii2-extension botan-php-sdk
Wrapper for botan telengram bot analytics
sonko-dmitry/botan-php-sdk
Wrapper for botan telengram bot analytics
- Thursday, September 10, 2015
- by SonkoDmitry
- Repository
- 1 Watchers
- 0 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Telegram bot API for Yii2
, (*1)
This extension is the way to integrate Botan.io to you application., (*2)
Installation
The preferred way to install this extension is through composer., (*3)
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., (*4)
Usage
- Now you can use wrapper
php
$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