PHPackages                             kkchaulagain/php-queue - 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. kkchaulagain/php-queue

ActiveLibrary

kkchaulagain/php-queue
======================

Php rabbit queue

v2.0.1(3y ago)22.1k↑140%MITPHPPHP ^7.4 | ^8.0

Since Jul 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kkchaulagain/php-queue)[ Packagist](https://packagist.org/packages/kkchaulagain/php-queue)[ Fund](https://github.com/kkchaulagain/php-queue)[ GitHub Sponsors](https://github.com/kkchaulagain)[ RSS](/packages/kkchaulagain-php-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require kkchaulagain/php-queue
```

Usage (Just Like)
-----------------

[](#usage-just-like)

```
class MainQueue extends kkchaulagain\phpQueue\BaseQueue{

}
```

```
$data = [
    'test'=>true
];
MainQueue::dispatch($data)->onQueue('mainQueue');
```

```
use kkchaulagain\phpQueue\Consumer;
Consumer::consume('test','vhost');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 70.6% 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 ~93 days

Recently: every ~139 days

Total

7

Last Release

1189d ago

Major Versions

v1.0.5 → v2.0.02023-02-05

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.1PHP ^7.4 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b0e4e4f3bad4191d6fad6043dc07f5230b6e0b89cc5e641e3186992d74a9fa7?d=identicon)[kkchaulagain](/maintainers/kkchaulagain)

---

Top Contributors

[![thetestcoder](https://avatars.githubusercontent.com/u/67789776?v=4)](https://github.com/thetestcoder "thetestcoder (48 commits)")[![kkchaulagain](https://avatars.githubusercontent.com/u/17798475?v=4)](https://github.com/kkchaulagain "kkchaulagain (17 commits)")[![bookmundikiran](https://avatars.githubusercontent.com/u/77038939?v=4)](https://github.com/bookmundikiran "bookmundikiran (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kkchaulagain-php-queue/health.svg)

```
[![Health](https://phpackages.com/badges/kkchaulagain-php-queue/health.svg)](https://phpackages.com/packages/kkchaulagain-php-queue)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k9.8M30](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M64](/packages/php-amqplib-rabbitmq-bundle)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[enqueue/amqp-lib

Message Queue Amqp Transport

1078.5M61](/packages/enqueue-amqp-lib)

PHPackages © 2026

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