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

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

assegaiphp/rabbitmq
===================

RabbitMQ queue integration for AssegaiPHP framework, providing decorators and tools for producing and consuming AMQP-based jobs.

1.0.0(10mo ago)02MITPHPPHP &gt;=8.3

Since Jul 15Pushed 1mo agoCompare

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

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

 [![Assegai Logo](https://camo.githubusercontent.com/d7dab2658d76e460e31be249de2fe5d420f7a7237eb9f2a315f83123632a3b6c/68747470733a2f2f617373656761697068702e636f6d2f696d616765732f6c6f676f732f6c6f676f2d63726f707065642e706e67)](https://assegaiphp.com/)

A progressive PHP framework for building efficient and scalable web applications.

AssegaiPHP RabbitMQ Queue Integration
=====================================

[](#assegaiphp-rabbitmq-queue-integration)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![AssegaiPHP](https://camo.githubusercontent.com/0175877229b06132c30b029594444ca534d5ad142e358d93593c13ebef65a47d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c74253230666f722d417373656761695048502d666f72657374677265656e)](https://github.com/assegaiphp/framework)

This package provides **RabbitMQ queue support** for the [AssegaiPHP](https://assegaiphp.com/) framework. It enables asynchronous job handling using AMQP through PhpAmqpLib.

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require assegaiphp/rabbitmq
```

Or use the Assegai CLI:

```
assegai add rabbitmq
```

---

⚙️ Configuration
----------------

[](#️-configuration)

Update your application's `config/queues.php` file to register the RabbitMQ driver and define your connections:

```
