Registry / messaging / botman-botman

botman-botman

JSON →
library2.8.11phppackagistunverified

Create messaging bots in PHP with ease.

composer require botman/botman
INSTALL
IMPORT
SIG · BOTMAN-BOTMAN
B
botman-botman
messagingphpv2.8.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BotMan
use BotMan\BotMan\BotMan;

Create a simple bot that responds to 'hello'.

use BotMan\BotMan\BotMan; use BotMan\BotMan\BotManFactory; $config = []; $botman = BotManFactory::create($config); $botman->hears('hello', function ($bot) { $bot->reply('Hi there!'); }); $botman->listen();
Debug
Known issues
breakingRequires PHP 7.4+
fix
Upgrade PHP to version 7.4 or higher.
affects: <2.8.0
Upgrade
Version history
2.8.11latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
31
OpenAI (training)
1
Resources
botman-botman — pip install botman-botman · libregistry