PHPackages                             gasciences/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. [API Development](/categories/api)
4. /
5. gasciences/botman-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gasciences/botman-bundle
========================

BotMan Symfony bundle

02PHP

Since Jun 23Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

BotManBundle
============

[](#botmanbundle)

Use this bundle if you want to integrate [BotMan](https://botman.io/) in your Symfony (&gt;=3.4 &lt;5.0) projects.

Currently it is very basic bundle but this is an ongoing work so stay tuned!

It is inspired by [Sergio Gomez BotMan symfony bundle](https://github.com/sgomez/botman-bundle) since it uses the idea of configuring Symfony's services container in the BotMan instance. All the rest is different.

Installation
============

[](#installation)

Step 1: Download BotManBundle
-----------------------------

[](#step-1-download-botmanbundle)

***Using Composer***

Run the following command:

```
composer require gasciences/botman-bundle
```

Step 2: Enable the bundle (only if you do not use Flex)
-------------------------------------------------------

[](#step-2-enable-the-bundle-only-if-you-do-not-use-flex)

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

```
