PHPackages                             shinomontaz/yii2-rabbit - 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. shinomontaz/yii2-rabbit

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

shinomontaz/yii2-rabbit
=======================

yii2 rabbit extension

053PHP

Since Oct 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shinomontaz/yii2-rabbit)[ Packagist](https://packagist.org/packages/shinomontaz/yii2-rabbit)[ RSS](/packages/shinomontaz-yii2-rabbit/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-rabbit
===========

[](#yii2-rabbit)

confic example:

```
'components' => [
        ...
'rabbit' => [
    'class' => 'shinomontaz\rabbit\Rabbit',
    'host' => '',
    'port' => '',
    'user' => '',
    'password' => '',
    'vhost' => '',
    'layout' => [
    '' => [
        'type' => '',
        'durable' => ,
        'queues' => [
            '' => [
                'durable' => ,
                'type' => '',
                'worker' => path\to\worker::class,
            ],
        ],
    ]
    ],
    ],
    ...
],
```

```
\Yii::$app->rabbit->schedule( $message, '', 'routingKey');
```

```
php yii consoleController/process
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9953247?v=4)[Denis Rybakov](/maintainers/shinomontaz)[@shinomontaz](https://github.com/shinomontaz)

---

Top Contributors

[![shinomontaz](https://avatars.githubusercontent.com/u/9953247?v=4)](https://github.com/shinomontaz "shinomontaz (16 commits)")

### Embed Badge

![Health badge](/badges/shinomontaz-yii2-rabbit/health.svg)

```
[![Health](https://phpackages.com/badges/shinomontaz-yii2-rabbit/health.svg)](https://phpackages.com/packages/shinomontaz-yii2-rabbit)
```

PHPackages © 2026

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