PHPackages                             maalls/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. maalls/botman-bundle

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

maalls/botman-bundle
====================

v1.2.2(8y ago)541MITPHP

Since Feb 21Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

This bundle helps you configure and create BotMan within the symfony framework.

Requirement
===========

[](#requirement)

Symfony 4, php 7+

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

[](#installation)

Install the symfoy bundle using composer

```
composer require maalls/botman-bundle
```

Add the bot config in the config/service.yaml as parameter

```
parameters:
    botman:
        botman:
            conversation_cache_time: 30
        botframework:
            app_id: xxxxxxxxxx
            app_key: xxxxxxxxxx

```

Example
=======

[](#example)

Create the bot via autowiring:

```
    // in src/Service/MyService.php
    function __construct(\Maalls\BotManBundle\Service\Factory $factory) {

        // Create BotMan with BotFramework Driver.
        $bot = $factory->createBotFramework(); // \BotMan\BotMan\BotMan

        // Config can be added or overwritten
        $bot = $factory->createBotFramework(["botman" => ["conversation_cache_time" => 5]]);

        // OR with a specific driver
        $bot = $factory->create(\BotMan\Drivers\Telegram\TelegramDriver::class, ["telegram" => ["token" => "xxxx"]]);

        $bot->hears("(.*)", function($bot, $message) {

            $bot->reply("Anyway, hello.");

        });
    }
```

Testing
=======

[](#testing)

```
./vendor/bin/phpunit tests/
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

3004d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6b7ae7294bb3add5fe054da21a159aa7670ced6573d9ad80184eede53740772?d=identicon)[maalls](/maintainers/maalls)

---

Top Contributors

[![maalls](https://avatars.githubusercontent.com/u/1229999?v=4)](https://github.com/maalls "maalls (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maalls-botman-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/maalls-botman-bundle/health.svg)](https://phpackages.com/packages/maalls-botman-bundle)
```

###  Alternatives

[mkusher/padawan

Smart php completion server

2547.2k](/packages/mkusher-padawan)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)[eljam/circuit-breaker

A php Circuit Breaker

1711.0k1](/packages/eljam-circuit-breaker)[jandc/css-from-html-extractor

Php library which determines which css is used from html snippets.

1028.7k1](/packages/jandc-css-from-html-extractor)[php-di/zf2-bridge

Integrates PHP-DI to Zend Framework 2

1118.4k](/packages/php-di-zf2-bridge)[antares/accessible

PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.

123.9k1](/packages/antares-accessible)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
