https://github.com/zerexei/botman-drivers
BotMan driver enables multiple platform integrations with BotMan
https://github.com/zerexei/botman-drivers
botman botman-driver instagram-bot messenger-bot viber-bot website-bot whatsapp-bot
Last synced: 4 months ago
JSON representation
BotMan driver enables multiple platform integrations with BotMan
- Host: GitHub
- URL: https://github.com/zerexei/botman-drivers
- Owner: zerexei
- License: mit
- Created: 2023-09-11T03:45:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-26T01:12:38.000Z (7 months ago)
- Last Synced: 2025-10-26T02:40:55.806Z (7 months ago)
- Topics: botman, botman-driver, instagram-bot, messenger-bot, viber-bot, website-bot, whatsapp-bot
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BotMan Drivers
[](LICENSE)
[](https://github.com/botman/botman)
**BotMan Driver** provides seamless integration between [BotMan](https://github.com/botman/botman) and multiple messaging platforms.
It enables developers to connect their bots to different channels with minimal configuration.
## 🚀 Features
- 🤖 **Plug-and-play** integration with BotMan
- 🔌 **Supports multiple** messaging platforms
- ⚡ **Quick setup** and easy configuration
- 🛠️ **Extensible and customizable** driver system
## 📦 Installation
```bash
composer require exei/botman-drivers
```
## 🧠 Usage
After installing, register the driver in your BotMan service provider or bootstrap file:
```bash
DriverManager::loadDriver(\Exei\BotManDrivers\YourDriver::class);
```
Then start listening to messages from the supported platforms:
```bash
$botman->hears('hello', function ($bot) {
$bot->reply('Hello! How can I help you today?');
});
```
## 💬 Currently Supported Drivers
- [x] Messenger
- [x] WhatsApp
- [x] Viber
## 🚀 Driver Roadmap
- [ ] Discord
- [ ] Telegram
- [ ] Slack
- [ ] Microsoft Teams
- [ ] Google Chat
## 🤝 Contributing
Contributions are welcome! 🎉
Please see the [CONTRIBUTING](CONTRIBUTING.md)
guide for details on how to get started.
## 🔒 Security Vulnerabilities
If you discover a security vulnerability within BotMan Driver,
please contact: 📧 Angelo Arcillas — angeloarcillas64@gmail.com
All security issues will be promptly addressed.