Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 393 Bytes

index.md

File metadata and controls

9 lines (7 loc) · 393 Bytes

Introduction

BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bots for multiple messaging platforms, including Slack, Telegram, Microsoft Bot Framework, Nexmo, HipChat, Facebook Messenger and WeChat.

$botman->hears('I want cross-platform bots with PHP!', function (BotMan $bot) {
    $bot->reply('Look no further!');
});