https://github.com/vohinc/botanalytics-php
Botanalytics for PHP application
https://github.com/vohinc/botanalytics-php
botanalytics php
Last synced: 4 months ago
JSON representation
Botanalytics for PHP application
- Host: GitHub
- URL: https://github.com/vohinc/botanalytics-php
- Owner: vohinc
- License: mit
- Created: 2017-01-24T09:46:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T14:26:54.000Z (over 9 years ago)
- Last Synced: 2025-08-02T20:39:20.337Z (10 months ago)
- Topics: botanalytics, php
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Botanalytics-PHP
[](https://travis-ci.org/vohinc/botanalytics-php)
[](https://styleci.io/repos/79898405)
[Botanalytics](https://botanalytics.co/) 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
```shell
composer require vohinc/botanalytics-php
```
## Usage
### Facebook Messenger Driver
```php
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](https://github.com/vohinc/botanalytics-php/blob/master/LICENSE).