https://github.com/ging-dev/chatfuel-class
Json response for Chatfuel API
https://github.com/ging-dev/chatfuel-class
Last synced: 11 months ago
JSON representation
Json response for Chatfuel API
- Host: GitHub
- URL: https://github.com/ging-dev/chatfuel-class
- Owner: ging-dev
- License: mit
- Created: 2020-05-27T02:22:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T17:35:55.000Z (over 5 years ago)
- Last Synced: 2025-01-13T14:19:15.958Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Chatfuel class for PHP
[](https://github.styleci.io/repos/267200397)
[](https://travis-ci.org/ging-dev/chatfuel-class)
[](https://codeclimate.com/github/ging-dev/chatfuel-class/maintainability)
[](https://github.com/ging-dev/chatfuel-class/releases)
[](https://codeclimate.com/github/ging-dev/chatfuel-class/test_coverage)
## Install
composer require ging-dev/chatfuel
## Usage
```php
sendText('Hello world');
$chatfuel->sendImage('http://domain.com/abc.png');
header('Content-type: application/json');
echo json_encode($chatfuel->getResponse());
```