PHPackages                             almatar/rabbitmq - 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. almatar/rabbitmq

Abandoned → [vladimir-yuldashev/laravel-queue-rabbitmq](/?search=vladimir-yuldashev%2Flaravel-queue-rabbitmq)ArchivedLibrary[Queues &amp; Workers](/categories/queues)

almatar/rabbitmq
================

\[DEPRECATED\] Integrates php-amqplib with Laravel &amp; Lumen. Use vladimir-yuldashev/laravel-queue-rabbitmq instead.

v1.2.0(7mo ago)4928MITPHPPHP ^7.2

Since May 20Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/muhammedkamel/rabbitmq)[ Packagist](https://packagist.org/packages/almatar/rabbitmq)[ RSS](/packages/almatar-rabbitmq/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

almatar/rabbitmq - 📦 ARCHIVED
=============================

[](#almatarrabbitmq----archived)

> **📦 ARCHIVED REPOSITORY**
> This repository has been archived and is now read-only. No further updates, bug fixes, or support will be provided.

> **⚠️ This package is deprecated and no longer maintained.**
> We recommend using [vladimir-yuldashev/laravel-queue-rabbitmq](https://github.com/vyuldashev/laravel-queue-rabbitmq) as a modern, actively maintained alternative.

A [rabbitmq](https://rabbitmq.com) adapter for [Laravel](laravel.com)/[Lumen](lumen.laravel.com) PHP framework

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- php-amqplib/php-amqplib &gt;= 2.7
- Laravel &gt;= 6.0

Install
-------

[](#install)

Run the following command to install the package:

```
composer require almatar/rabbitmq
```

Configure
---------

[](#configure)

### Create the config file

[](#create-the-config-file)

create `config/rabbitmq.php` where you can define rabbitmq connections, producers, and consumers.

Example of `config/rabbitmq.php`

```
