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

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

pablicio/mirabel-rabbitmq
=========================

Library to facilitate the use of rabbitmq within php based on the php-amqplib library, bringing an abstraction of its use to make its use more simplified.

v1.0.5(3y ago)8260↓100%[1 PRs](https://github.com/pablicio/mirabel-rabbitmq/pulls)GPL-3.0-or-laterPHP

Since Apr 3Pushed 6mo ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (12)Used By (0)

[![WhatsApp Image 2023-04-03 at 15 09 14](https://user-images.githubusercontent.com/19760320/229592412-a12e1408-6edc-458f-bff3-5935400cb921.jpeg)](https://user-images.githubusercontent.com/19760320/229592412-a12e1408-6edc-458f-bff3-5935400cb921.jpeg)

mirabel-rabbitmq
================

[](#mirabel-rabbitmq)

Library to facilitate the use of rabbitmq within php based on the php-amqplib library, bringing an abstraction of its use to make it simpler.
---------------------------------------------------------------------------------------------------------------------------------------------

[](#library-to-facilitate-the-use-of-rabbitmq-within-php-based-on-the-php-amqplib-library-bringing-an-abstraction-of-its-use-to-make-it-simpler)

Installing
==========

[](#installing)

```
composer require pablicio/mirabel-rabbitmq

```

How to configure in Laravel
---------------------------

[](#how-to-configure-in-laravel)

#### Run the publisher and it will create the file in config/mirabel\_rabbitmq.php

[](#run-the-publisher-and-it-will-create-the-file-in-configmirabel_rabbitmqphp)

```
php artisan vendor:publish --provider="Pablicio\MirabelRabbitmq\MirabelRabbitmqServiceProvider"

```

Then just configure according to your environment.

```
