Skip to content

zerexei/botman-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotMan Drivers

License: MIT BotMan

BotMan Driver provides seamless integration between 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
  • 🔌 Support for multiple messaging platforms
  • ⚡ Simple configuration and setup
  • 🛠️ Extensible and customizable

Installation

composer require Exei/botman-driver

Usage

After installing, register the driver in your BotMan service provider or bootstrap file:

DriverManager::loadDriver(\Exei\BotManDriver\YourDriver::class);

Now you can start listening to messages from the supported platform(s):

$botman->hears('hello', function ($bot) {
    $bot->reply('Hello! How can I help you today?');
});

Contributing

Contributions are welcome! 🎉 Please see the CONTRIBUTING 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.

About

BotMan driver enables multiple platform integrations with BotMan

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Languages