vohinc/botanalytics-php
Composer 安装命令:
composer require vohinc/botanalytics-php
包简介
Botanalytics for PHP application
README 文档
README
Botanalytics is a bot analytics service, improves Human-to-Bot interaction.
The package is made you easy to integrate the service.
Install
Composer
To get the latest version
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.
统计信息
- 总下载量: 4.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-25