PHPackages                             zakharov-andrew/yii2-bot-builder - 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. zakharov-andrew/yii2-bot-builder

ActiveYii2-extension[Framework](/categories/framework)

zakharov-andrew/yii2-bot-builder
================================

Yii2 Bot Builder

0.1.2(2y ago)143MITJavaScriptPHP &gt;=7.2

Since Jul 28Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/ZakharovAndrew/yii2-bot-builder)[ Packagist](https://packagist.org/packages/zakharov-andrew/yii2-bot-builder)[ RSS](/packages/zakharov-andrew-yii2-bot-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (13)Used By (0)

Yii2 Bot Builder
================

[](#yii2-bot-builder)

[![Latest Stable Version](https://camo.githubusercontent.com/f29388888b9ebc6e1f8102cadc2b5ded06d25f6177eb24eeea9c64956efbbfb2/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d626f742d6275696c6465722f762f737461626c65)](https://packagist.org/packages/zakharov-andrew/yii2-bot-builder)[![License](https://camo.githubusercontent.com/25fac32fd256990988ac8819a2a2045df2ad1696a3ff5375f2e547e3d76964fd/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d626f742d6275696c6465722f6c6963656e7365)](https://packagist.org/packages/zakharov-andrew/yii2-bot-builder)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

Yii2 Bot Builder. Module for creating a diagram of chat bots

 [Installation](#-installation) • [Usage](#-usage) • [Contributing](#-contributing) • [License](#-license)

🚀 Installation
--------------

[](#-installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require zakharov-andrew/yii2-bot-builder

```

or add

```
"zakharov-andrew/yii2-bot-builder": "*"

```

to the `require` section of your `composer.json` file.

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-bot-builder/migrations

```

in order to create the settings table in your database.

Or add to console config

```
return [
    // ...
    'controllerMap' => [
        // ...
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations', // Default migration folder
                '@vendor/zakharov-andrew/yii2-bot-builder/src/migrations'
            ]
        ]
        // ...
    ]
    // ...
];
```

🛠 Usage
-------

[](#-usage)

Add this to your main configuration's modules array

```
    'modules' => [
        'BotBuilder' => [
            'class' => 'ZakharovAndrew\BotBuilder\Module',
            'bootstrapVersion' => 5, // if use bootstrap 5
        ],
        // ...
    ],
```

👥 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

📄 License
---------

[](#-license)

**yii2-bot-builder** it is available under a MIT License. Detailed information can be found in the `LICENSE.md`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance45

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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 ~2 days

Total

12

Last Release

995d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ab00e707ea2dd0f8703587f1b770398b9662c98da6738d7a5e14c13caa1a8a?d=identicon)[ZakharovAndrew](/maintainers/ZakharovAndrew)

---

Top Contributors

[![ZakharovAndrew](https://avatars.githubusercontent.com/u/37038505?v=4)](https://github.com/ZakharovAndrew "ZakharovAndrew (31 commits)")

---

Tags

phpyii2yii2-bot-builderyii2-extensionyii2-modulesyii2extensionmoduleyii 2botsbot builder

### Embed Badge

![Health badge](/badges/zakharov-andrew-yii2-bot-builder/health.svg)

```
[![Health](https://phpackages.com/badges/zakharov-andrew-yii2-bot-builder/health.svg)](https://phpackages.com/packages/zakharov-andrew-yii2-bot-builder)
```

###  Alternatives

[akiraz2/yii2-blog

Simple, configurable blog module for Yii2 (post, comment, nested category, tags). + frontend, backend. + SEO! (Opengraph, Schema.org)

906.7k](/packages/akiraz2-yii2-blog)[vova07/yii2-start-blogs-module

The blogs module for Yii2-start application.

1710.2k1](/packages/vova07-yii2-start-blogs-module)

PHPackages © 2026

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