PHPackages                             sm9sh/botman-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sm9sh/botman-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sm9sh/botman-bundle
===================

BotMan integration for Symfony

v0.1.5(3y ago)04MITPHPPHP ^7.2|^8.1

Since Jan 30Pushed 3y agoCompare

[ Source](https://github.com/sm9sh/botman-bundle)[ Packagist](https://packagist.org/packages/sm9sh/botman-bundle)[ RSS](/packages/sm9sh-botman-bundle/feed)WikiDiscussions develop Synced 2d ago

READMEChangelog (6)Dependencies (34)Versions (7)Used By (0)

BotMan Bundle
=============

[](#botman-bundle)

> BotMan integration for Symfony

This is a bundle to use [BotMan](https://botman.io/) framework in Symfony.

Supported drivers
-----------------

[](#supported-drivers)

Only the marked drivers are supported. See the official driver documentation to have more information:

- Amazon Alexa
- Cisco Spark
- [Facebook Messenger](https://botman.io/2.0/driver-facebook-messenger)
- Hangouts Chat
- HipChat
- Microsoft Bot Framework
- Nexmo
- Slack
- [Telegram](https://botman.io/2.0/driver-telegram)
- Twilio
- Web
- WeChat

Installation
------------

[](#installation)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Install the library via [Composer](https://getcomposer.org/) by running the following command:

```
composer require sgomez/botman-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

You can skip this step if you are using *Symfony Flex*.

Enable the bundle in your `app/AppKernel.php` file:

```
