2017 © Pedro Peláez
 

library botan-php

PHP SDK for Botan.io

image

iprit/botan-php

PHP SDK for Botan.io

  • Tuesday, August 11, 2015
  • by IPRIT
  • Repository
  • 1 Watchers
  • 0 Stars
  • 164 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP SDK for Botan.io

Installation

To get started, get Composer., (*1)

Run: $ php composer.phar require iprit/botan-php:* or add "iprit/botan-php": "*" to the require section of your composer.json file., (*2)

Usage

Create Yandex.AppMetrica api token and insert into $token variable. ```php private $token = 'token';, (*3)

public function _incomingMessage($message_json) { $messageObj = json_decode($message_json, true); $messageData = $messageObj['message'];, (*4)

 $botan = new IPRIT\BotanSDK\Botan($this->token);
 $botan->track($messageData, 'Start');

} ```, (*5)

The Versions

11/08 2015

dev-master

9999999-dev http://github.com/IPRIT/botan-php

PHP SDK for Botan.io

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Aleksandr Belov

api bot sdk stats telegram botan botanio botan.io

11/08 2015

v1.0.2

1.0.2.0 http://github.com/IPRIT/botan-php

PHP SDK for Botan.io

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Aleksandr Belov

api bot sdk stats telegram botan botanio botan.io

08/08 2015

v1.0.1

1.0.1.0 http://github.com/IPRIT/botan-php

PHP SDK for Botan.io

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Aleksandr Belov

api bot sdk stats telegram botan botanio botan.io

08/08 2015

v1.0.0

1.0.0.0 http://github.com/IPRIT/botan-php

PHP SDK for Botan.io

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Aleksandr Belov

api bot sdk stats telegram botan botanio botan.io