PHPackages                             softonic/laravel-amqp-consumer - 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. softonic/laravel-amqp-consumer

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

softonic/laravel-amqp-consumer
==============================

Laravel Amqp Consumer

3.1.0(3y ago)312.3kApache-2.0PHPPHP &gt;=7.3

Since Jul 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/softonic/laravel-amqp-consumer)[ Packagist](https://packagist.org/packages/softonic/laravel-amqp-consumer)[ Docs](https://github.com/softonic/laravel-amqp-consumer)[ RSS](/packages/softonic-laravel-amqp-consumer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

⚠️ Important Notice: Library Deprecated ⚠️
==========================================

[](#️-important-notice-library-deprecated-️)

This library, **Laravel AMQP Consumer**, has been **deprecated** and replaced by [softonic/laravel-queue-job](https://github.com/softonic/laravel-queue-job). As a result, this package is no longer maintained. Please consider migrating to the new library for continued support and updates.

---

Laravel Amqp Consumer
=====================

[](#laravel-amqp-consumer)

[![Latest Version](https://camo.githubusercontent.com/2078da675aa1f6f7251db03a940ac8268b7ea4964521578d10531520cd4db993/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/softonic/laravel-amqp-consumer/releases)[![Software License](https://camo.githubusercontent.com/36cfc741510e076bec951c1421a2b1c3a5553e953fcdb378339626a5f33c1e8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322e302d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2db36a7cef7d3cd5e955ff54e8e93cbb7e527659b5e40b8fb35a98d2689e3182/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/softonic/laravel-amqp-consumer)[![Coverage Status](https://camo.githubusercontent.com/c536aa86145a5228db35128fa788bb2b632a832e15e7de6eb624ab53a018534b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/softonic/laravel-amqp-consumer/code-structure)[![Quality Score](https://camo.githubusercontent.com/a3e4441288490ba7f35804d50b3718584ae4478998d80daf8258b396d411da9f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/softonic/laravel-amqp-consumer)[![Total Downloads](https://camo.githubusercontent.com/1f8dcdf7f747d937c27745a3da859a4ba884192c2e9e49ac0c9e61c5bab0bd08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/softonic/laravel-amqp-consumer)[![Average time to resolve an issue](https://camo.githubusercontent.com/a6044f04bdc8fc814d0382796d5d5d14c5578198a0b8d7fd501e529b0fa80c65/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f7265736f6c7574696f6e2f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](http://isitmaintained.com/project/softonic/laravel-amqp-consumer "Average time to resolve an issue")[![Percentage of issues still open](https://camo.githubusercontent.com/fc762674ee38fdcf148089095269df0a8c05d811ab7d8e7d8631ccd9e2c4765f/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f6f70656e2f736f66746f6e69632f6c61726176656c2d616d71702d636f6e73756d65722e7376673f7374796c653d666c61742d737175617265)](http://isitmaintained.com/project/softonic/laravel-amqp-consumer "Percentage of issues still open")

Laravel package to handle the consumption of AMQP messages.

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

[](#installation)

Via composer:

```
composer require softonic/laravel-amqp-consumer

```

**IMPORTANT**Until [queue multibinding PR](https://github.com/bschmitt/laravel-amqp/pull/70) will be included in the official repository, you will need to add this fragment to your composer.json

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/softonic/laravel-amqp.git"
    }
  ],
  "require": {
      "bschmitt/laravel-amqp": "2.0.7.1"
  }
}
```

Documentation
-------------

[](#documentation)

It is possible to configure the basic AMQP information, you can check it in `vendor/softonic/laravel-amqp-consumer/config/amqp-consumer.php`.

Testing
-------

[](#testing)

`softonic/laravel-amqp-consumer` has a [PHPUnit](https://phpunit.de) test suite and a coding style compliance test suite using [PHP CS Fixer](http://cs.sensiolabs.org/).

To run the tests, run the following command from the project folder.

```
$ docker-compose run test
```

License
-------

[](#license)

The Apache 2.0 license. Please see [LICENSE](LICENSE) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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 ~201 days

Recently: every ~274 days

Total

7

Last Release

1293d ago

Major Versions

1.0.1 → 2.0.02019-10-25

2.2.0 → 3.0.02020-11-05

PHP version history (3 changes)1.0.0PHP &gt;=7.1

2.0.0PHP &gt;=7.2

3.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/524887?v=4)[Joskfg](/maintainers/Joskfg)[@joskfg](https://github.com/joskfg)

---

Top Contributors

[![xaviapa](https://avatars.githubusercontent.com/u/8439057?v=4)](https://github.com/xaviapa "xaviapa (9 commits)")[![joskfg](https://avatars.githubusercontent.com/u/524887?v=4)](https://github.com/joskfg "joskfg (5 commits)")[![josemanuel-cardona](https://avatars.githubusercontent.com/u/196229448?v=4)](https://github.com/josemanuel-cardona "josemanuel-cardona (1 commits)")[![rccrdpccl](https://avatars.githubusercontent.com/u/18526422?v=4)](https://github.com/rccrdpccl "rccrdpccl (1 commits)")

---

Tags

amqpconsumerlaravelphplaravelAMQPconsumersoftonic

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/softonic-laravel-amqp-consumer/health.svg)

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

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[kunalvarma05/laravel-rabbitmq

Work with RabbitMQ in Laravel.

1853.7k](/packages/kunalvarma05-laravel-rabbitmq)[iamfarhad/laravel-rabbitmq

A robust RabbitMQ driver for Laravel Queue with advanced message queuing, reliable delivery, and high-performance async processing capabilities

3215.6k](/packages/iamfarhad-laravel-rabbitmq)

PHPackages © 2026

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