PHPackages                             ddjkazuma/rabbitqueue - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. ddjkazuma/rabbitqueue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

ddjkazuma/rabbitqueue
=====================

a small rabbitmq driver for laravel queue

1.1.0(4y ago)03MITPHPPHP ^7.4

Since Jun 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ddjkazuma/rabbitqueue)[ Packagist](https://packagist.org/packages/ddjkazuma/rabbitqueue)[ Docs](https://github.com/ddjKazuma/rabbitqueue)[ RSS](/packages/ddjkazuma-rabbitqueue/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

RabbitQueue
===========

[](#rabbitqueue)

#### A simple laravel RabbitMQ queue driver

[](#a-simple-laravel-rabbitmq-queue-driver)

使用方法
====

[](#使用方法)

1. install this package by composer `composer require ddjkazuma/rabbitqueue`
2. add some config in config/queue.php

```
    //specify your connection name here
    'rabbit_demo'=>[
            'driver'=>'rabbit',//driver must by rabbit
            'connection'=>'default',
            'host'=>'localhost',
            'port'=>5672,
            'username'=>'guest',
            'password'=>'guest',
            'queue'=>'privilege_demo',//specify your queue name here
            'exchange'=>'basic_exchange',
            'routing_key'=>'privilege_demo',
        ]
```

3. use rabbit queue in your application code

```
    dispatch(new DemoJob())->onConnection('rabbit_demo')->onQueue('privilege_demo');
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1782d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b3cd9d0052e121da81bc75e9906e232c7c825e2d67281fb88b58a3104dfc2ac?d=identicon)[DDjKazuma](/maintainers/DDjKazuma)

---

Top Contributors

[![ddjkazuma](https://avatars.githubusercontent.com/u/22360889?v=4)](https://github.com/ddjkazuma "ddjkazuma (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ddjkazuma-rabbitqueue/health.svg)

```
[![Health](https://phpackages.com/badges/ddjkazuma-rabbitqueue/health.svg)](https://phpackages.com/packages/ddjkazuma-rabbitqueue)
```

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

84149.7k1](/packages/jwage-phpamqplib-messenger)

PHPackages © 2026

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