BotMan Driver provides seamless integration between BotMan and multiple messaging platforms.
It enables developers to connect their bots to different channels with minimal configuration.
- 🤖 Plug-and-play integration with BotMan
- 🔌 Supports multiple messaging platforms
- ⚡ Quick setup and easy configuration
- 🛠️ Extensible and customizable driver system
composer require exei/botman-driversAfter installing, register the driver in your BotMan service provider or bootstrap file:
DriverManager::loadDriver(\Exei\BotManDrivers\YourDriver::class);Then start listening to messages from the supported platforms:
$botman->hears('hello', function ($bot) {
$bot->reply('Hello! How can I help you today?');
});- Messenger
- Viber
- Discord
- Telegram
- Slack
- Microsoft Teams
- Google Chat
Contributions are welcome! 🎉
Please see the CONTRIBUTING guide for details on how to get started.
If you discover a security vulnerability within BotMan Driver,
please contact: 📧 Angelo Arcillas — angeloarcillas64@gmail.com
All security issues will be promptly addressed.