create a chat bot php open source code example
Example: php bot libraries
$botman->hears('single response', function (BotMan $bot) {
$bot->reply("Tell me more!");
});
$botman->hears('single response', function (BotMan $bot) {
$bot->reply("Tell me more!");
});