PHPackages                             weldon/laravel-rabbit - 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. weldon/laravel-rabbit

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

weldon/laravel-rabbit
=====================

Easy tool for working with RabbitMQ

v1.0.1(1y ago)0196MITPHPPHP ^7.4|^8.0

Since Oct 22Pushed 1y agoCompare

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

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

[![Total Downloads](https://camo.githubusercontent.com/577d959df51baedff8c48dd0239aa1958c379ceee9a22dba5deb9710e9408d98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656c646f6e2f6c61726176656c2d726162626974)](https://packagist.org/packages/weldon/laravel-rabbit)[![Latest Stable Version](https://camo.githubusercontent.com/52ba73d382ed2456b0185959fe662d0d94ed5de54c95badd6837b3706abd7eba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656c646f6e2f6c61726176656c2d726162626974)](https://packagist.org/packages/weldon/laravel-rabbit)[![License](https://camo.githubusercontent.com/9321596f01ec51213f7cf69f44cba6124e7a4413a96789466274631f0151495d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f77656c646f6e2f6c61726176656c2d726162626974)](https://packagist.org/packages/weldon/laravel-rabbit)[![Community](https://camo.githubusercontent.com/2c470e40e613753972c63fda77013f9260b43ce7b1b6fa3458ff08c770b0801f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54656c656772616d2d47726f75702d626c75652e7376673f6c6f676f3d74656c656772616d)](https://t.me/laravel_rabbitmq)

Installation
============

[](#installation)

```
composer require weldon/laravel-rabbit
```

After installing the package, publish its assets using the `rabbit:install` Artisan command.

```
php artisan rabbit:install
```

Settings
--------

[](#settings)

- `config/amqp.php` - RabbitMQ settings
- `config/rabbit_events.php` - Write methods what they are responsible for the events dispatched from another microservice
- `app/Providers/RabbitServicePRovider` - Write queues what to be declared at runtime

Examples
========

[](#examples)

1. Consuming messages
---------------------

[](#1-consuming-messages)

```

```

2. Publishing message
---------------------

[](#2-publishing-message)

```
