27/07
2018
uobot is a library for php to develop messenger chatbot using oop, classes.
uobot is a library for php to develop messenger chatbot using oop, and send all types of templates, attachments and quickreplies, and setup page profile (greeting text, getstarted button, persistent menu), and listen to many types of messages., (*1)
, (*2)
, (*3)
You can test our demo at facebook to see the types of messeges and how it will be like., (*4)
composer require uo/uobot
Webhook::verify('VERIFY_TOKEN');
Config::setToken('YOUR_PAGE_TOKEN');
this code listen to message hi and send reply hello., (*5)
UOBot::onMessage('hi',function ($uoBot){ $uoBot->send('hello'); });
This project is licensed under the MIT License - see the LICENSE.md file for details, (*6)