Download the PHP package bootdesk/chat-sdk-botman-compat without Composer
On this page you can find all versions of the php package bootdesk/chat-sdk-botman-compat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bootdesk/chat-sdk-botman-compat
More information about bootdesk/chat-sdk-botman-compat
Files in bootdesk/chat-sdk-botman-compat
Download bootdesk/chat-sdk-botman-compat
More information about bootdesk/chat-sdk-botman-compat
Files in bootdesk/chat-sdk-botman-compat
Vendor bootdesk
Package chat-sdk-botman-compat
Short Description BotMan compatibility shim for bootdesk
License MIT
Package chat-sdk-botman-compat
Short Description BotMan compatibility shim for bootdesk
License MIT
Please rate this library. Is it a good library?
Informations about the package chat-sdk-botman-compat
bootdesk/chat-sdk-botman-compat
BotMan compatibility shim. Drop-in replacement for botman/botman using laravel-bootdesk under the hood. No botman dependency required.
Install
Quick Start
API Mapping
| BotMan | laravel-bootdesk |
|---|---|
hears(pattern, callback) |
Chat::onNewMessage(pattern, callback) |
reply(message) |
Thread::post(message) |
say(message, threadId) |
Chat::thread(id)->post(message) |
fallback(callback) |
Unmatched message handler |
ask(question, callback) |
Next-message callback pattern |
startConversation(conv) |
ConversationManager::start() |
group(attrs, callback) |
Register handlers in group |
listen() |
No-op (webhook-driven) |
getUser() |
Message author |
typesAndWaits(seconds) |
Thread::startTyping() |
Question / Answer
Conversations
Attachments
Not Supported
sendRequest()-- no low-level platform API passthroughlisten()-- no-op; laravel-bootdesk is webhook-driven- Driver-specific features -- only cross-platform abstractions are available
Documentationn
Full API documentation: https://bootdesk.github.io/chat-sdk
License
MIT
All versions of chat-sdk-botman-compat with dependencies
PHP Build Version
Package Version
The package bootdesk/chat-sdk-botman-compat contains the following files
Loading the files please wait ...