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

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

shotamestiashvili/laravel-rabbitmq
==================================

Simple Rabbitmq package for Laravel

1.0.1(2y ago)05MITPHPPHP ^8.1

Since Mar 12Pushed 2y ago1 watchersCompare

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

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

Simple Rabbitmq packaeg for Laravel
===================================

[](#simple-rabbitmq-packaeg-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b77bb6cb19c0def1f0252888b4fb07d2ed05a0e84c2fa588e01fe2c211e21129/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73686f74616d6573746961736876696c692f6c61726176656c2d7261626269746d712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shotamestiashvili/laravel-rabbitmq)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1c86f0b572ee7840053f1a43fcdcbcfb36b1ae1a0a6d7ad8ffb65c57b8cd691e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73686f74616d6573746961736876696c692f6c61726176656c2d7261626269746d712f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/shotamestiashvili/laravel-rabbitmq/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c2fae97ac0b2b8aa54c95638fee705789356a0848dcfcfb27620d1c273ed1882/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73686f74616d6573746961736876696c692f6c61726176656c2d7261626269746d712f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/shotamestiashvili/laravel-rabbitmq/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/99b755e7e94d13ae77e0c309d22a4ed0bd346ff9e5121b1c5f6ad036975168a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73686f74616d6573746961736876696c692f6c61726176656c2d7261626269746d712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shotamestiashvili/laravel-rabbitmq)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/43dd881b486dcb3fa9cc815859a08242a993a9100c0c210ea1d2c8d74b39e949/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d7261626269746d712e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-rabbitmq)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require shotamestiashvili/laravel-rabbitmq
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-rabbitmq-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-rabbitmq-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-rabbitmq-views"
```

Usage
-----

[](#usage)

```
$laravelRabbitmq = new shotamestiashvili/LaravelRabbitmq();
echo $laravelRabbitmq->echoPhrase('Hello, shotamestiashvili/laravel-rabbitmq!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Shota Mestiashvili](https://github.com/shotamestiashvili)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c6d2bf6ca7d5c2d8a0437cc0cbad6199520f73ea2922d5a41360da0d3ba7597?d=identicon)[shotamestiashvili](/maintainers/shotamestiashvili)

---

Top Contributors

[![shotamestiashvili](https://avatars.githubusercontent.com/u/59991540?v=4)](https://github.com/shotamestiashvili "shotamestiashvili (2 commits)")

---

Tags

laravellaravel rabbitmqShota Mestiashvili

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/shotamestiashvili-laravel-rabbitmq/health.svg)

```
[![Health](https://phpackages.com/badges/shotamestiashvili-laravel-rabbitmq/health.svg)](https://phpackages.com/packages/shotamestiashvili-laravel-rabbitmq)
```

###  Alternatives

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sokanacademy/laravel-fluent-rabbitmq

integrate rabbitmq in a laravel application

323.2k](/packages/sokanacademy-laravel-fluent-rabbitmq)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
