PHPackages                             sgomez/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. [Framework](/categories/framework)
4. /
5. sgomez/botman-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

sgomez/botman-bundle
====================

BotMan integration for Symfony

v0.2.0(7y ago)133087[1 issues](https://github.com/sgomez/botman-bundle/issues)[1 PRs](https://github.com/sgomez/botman-bundle/pulls)MITPHPPHP ^7.2

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sgomez/botman-bundle)[ Packagist](https://packagist.org/packages/sgomez/botman-bundle)[ RSS](/packages/sgomez-botman-bundle/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (34)Versions (5)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:

```
