Laravel 7 – 9
PHP 7.3+
Repository is archived
No release in over 2 years
Low commit activity in last 18 months
Laravel Amqp Consumer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^1.2
phpunit/phpunit
^9.0

Runtime

^7.0 || ^8.0 || ^9.0
 Project Readme

⚠️ Important Notice: Library Deprecated ⚠️

This library, Laravel AMQP Consumer, has been deprecated and replaced by 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

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads Average time to resolve an issue Percentage of issues still open

Laravel package to handle the consumption of AMQP messages.

Installation

Via composer:

composer require softonic/laravel-amqp-consumer

IMPORTANT Until queue multibinding PR 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

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

Testing

softonic/laravel-amqp-consumer has a PHPUnit test suite and a coding style compliance test suite using PHP CS Fixer.

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

$ docker-compose run test

License

The Apache 2.0 license. Please see LICENSE for more information.