2017 © Pedro Peláez
 

library uobot

uobot is a library for php to develop messenger chatbot using oop, classes.

image

uo/uobot

uobot is a library for php to develop messenger chatbot using oop, classes.

  • Friday, July 27, 2018
  • by osamaesmail
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

uobot

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)

UOBot Image 1, (*2)

UOBot Image 1, (*3)

Our demo

You can test our demo at facebook to see the types of messeges and how it will be like., (*4)

Installing

  • Require the plugin using composer
composer require uo/uobot

Get Started

  • Setup and verify webhook
Webhook::verify('VERIFY_TOKEN');
  • Set your facebook page token
Config::setToken('YOUR_PAGE_TOKEN');
  • Send your first message

this code listen to message hi and send reply hello., (*5)

UOBot::onMessage('hi',function ($uoBot){
    $uoBot->send('hello');
});

Table of Contents

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*6)

The Versions

27/07 2018

dev-master

9999999-dev

uobot is a library for php to develop messenger chatbot using oop, classes.

  Sources   Download

MIT

by osama esmail

27/07 2018

1.0.0

1.0.0.0

uobot is a library for php to develop messenger chatbot using oop, classes.

  Sources   Download

MIT

by osama esmail