2017 © Pedro Peláez
 

library botanalytics-php

Botanalytics for PHP application

image

vohinc/botanalytics-php

Botanalytics for PHP application

  • Tuesday, January 31, 2017
  • by casperlaitw
  • Repository
  • 1 Watchers
  • 0 Stars
  • 450 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

Botanalytics-PHP

Build Status StyleCI, (*1)

Botanalytics is a bot analytics service, improves Human-to-Bot interaction., (*2)

The package is made you easy to integrate the service., (*3)

Install

Composer

To get the latest version, (*4)

composer require vohinc/botanalytics-php

Usage

Facebook Messenger Driver

<?php
use Vohinc\BotanalyticsPhp\Client;
use Vohinc\BotanalyticsPhp\Drivers\Facebook;

$client = new Client('botanalytics-token');
$client->setDriver(new Facebook());
$client->request([
   'recipient' => 'Sender ID', // (should be null for the incoming messages)
   'message' => [], // Facebook incoming message structure
]);

License

This package is licensed under the MIT license., (*5)

The Versions

31/01 2017

dev-master

9999999-dev

Botanalytics for PHP application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Lai

analytics bot botanalytics

31/01 2017

v0.1.2

0.1.2.0

Botanalytics for PHP application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Lai

analytics bot botanalytics

26/01 2017

v0.1.1

0.1.1.0

Botanalytics for PHP application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Lai

analytics bot botanalytics