PHPackages                             areirei/laravel-queue-amqp - 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. areirei/laravel-queue-amqp

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

areirei/laravel-queue-amqp
==========================

AMQP driver for Laravel Queue, make by Rabbit C AMPQ client library.

v0.1(4y ago)02MITPHPPHP ^7.3|^8.0

Since Feb 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/areirei/laravel-queue-amqp)[ Packagist](https://packagist.org/packages/areirei/laravel-queue-amqp)[ RSS](/packages/areirei-laravel-queue-amqp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Laravel Queue AMQP
==================

[](#laravel-queue-amqp)

 [![Latest Stable Version](https://camo.githubusercontent.com/4f5fa531ee4ecba777e16e89f139110df3c2cebda35c89a2b57a49fa64b97d54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617265697265692f6c61726176656c2d71756575652d616d7170)](https://packagist.org/packages/areirei/laravel-queue-amqp) [![Actions Status](https://github.com/areirei/laravel-queue-amqp/workflows/Tests/badge.svg)](https://github.com/areirei/laravel-queue-amqp/actions) [![License](https://camo.githubusercontent.com/221ae99f391396653ec4cf4158e721ec628894184f54dd612610bb095a02125c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d696e666f726d6174696f6e616c)](https://github.com/areirei/laravel-queue-amqp/blob/main/LICENSE) [![Bors enabled](https://camo.githubusercontent.com/203d2b5ff5b042e964812f6af35b8856f889051d5455f18184e369e8fb49c821/68747470733a2f2f626f72732e746563682f696d616765732f62616467655f736d616c6c2e737667)](https://app.bors.tech/repositories/42103)

⚡ The AMQP driver for Laravel Queue

**PHP AMQP** is an [object-oriented PHP bindings](https://github.com/php-amqp/php-amqp) for the RabbitMQ C AMQP client library.

🔧 Installation
--------------

[](#-installation)

Install the Plugin

```
composer require areirei/laravel-queue-amqp
```

Add connection to `config/queue.php`:

```
'connections' => [
    // ...

    'amqp' => [

       'driver' => 'amqp',
       'queue' => 'default',

       'hosts' => [
           [
               'host' => env('RABBITMQ_HOST', '127.0.0.1'),
               'port' => env('RABBITMQ_PORT', 5672),
               'user' => env('RABBITMQ_USER', 'guest'),
               'password' => env('RABBITMQ_PASSWORD', 'guest'),
               'vhost' => env('RABBITMQ_VHOST', '/'),
           ],
       ],

       'options' => [
           'queue' => [
               //'exchange' => 'default',
               //'exchange_flag' => 'noparam',
               //'exchange_type' => 'direct',
               //'exchange_routeing_key' => 'default',
           ],
       ],

    ],
],

```

💡 Learn More
------------

[](#-learn-more)

- **Laravel Queue**: If you wanna know how to use the queue. see the .
- **PHP AMQP**: You can use more advance function by reading the documentation of AMQP PHP Client. .
- **Rabbit C**: This is a C-language AMQP client library for the RabbitMQ broker. see the .

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1547d ago

### Community

Maintainers

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

---

Top Contributors

[![areirei](https://avatars.githubusercontent.com/u/21361646?v=4)](https://github.com/areirei "areirei (9 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/areirei-laravel-queue-amqp/health.svg)

```
[![Health](https://phpackages.com/badges/areirei-laravel-queue-amqp/health.svg)](https://phpackages.com/packages/areirei-laravel-queue-amqp)
```

###  Alternatives

[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k9.8M30](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[romanzipp/laravel-queue-monitor

Queue Monitoring for Laravel Database Job Queue

8271.6M1](/packages/romanzipp-laravel-queue-monitor)[imtigger/laravel-job-status

Laravel Job Status

5272.1M3](/packages/imtigger-laravel-job-status)[dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers

3105.7M](/packages/dusterio-laravel-aws-worker)[shiftonelabs/laravel-sqs-fifo-queue

Adds a Laravel queue driver for Amazon SQS FIFO queues.

1556.0M3](/packages/shiftonelabs-laravel-sqs-fifo-queue)[dusterio/laravel-plain-sqs

Custom SQS connector for Laravel that supports custom format JSON

1352.7M1](/packages/dusterio-laravel-plain-sqs)

PHPackages © 2026

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