Download the PHP package kunalvarma05/laravel-rabbitmq without Composer
On this page you can find all versions of the php package kunalvarma05/laravel-rabbitmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kunalvarma05/laravel-rabbitmq
More information about kunalvarma05/laravel-rabbitmq
Files in kunalvarma05/laravel-rabbitmq
Download kunalvarma05/laravel-rabbitmq
More information about kunalvarma05/laravel-rabbitmq
Files in kunalvarma05/laravel-rabbitmq
Vendor kunalvarma05
Package laravel-rabbitmq
Short Description Work with RabbitMQ in Laravel.
License MIT
Homepage https://github.com/kunalvarma05/laravel-rabbitmq
Package laravel-rabbitmq
Short Description Work with RabbitMQ in Laravel.
License MIT
Homepage https://github.com/kunalvarma05/laravel-rabbitmq
Please rate this library. Is it a good library?
Informations about the package laravel-rabbitmq
Laravel RabbitMQ
An easy-to-use Laravel package for working with RabbitMQ.
Features
- Producers
- Consumers
- Publish / Subscribe
- Exchanges
- Default
- Direct
- Topic
- Fanout
Requirements
- PHP 7.4+
- Laravel 6.0+
Setup
1. Installation
2. Default Configuration
Quick Start
Initialize
There are multiple ways of initializing the library:
Publish
Consume
Interact
Configuration
Connection Configuration
Message Configuration
Publish Configuration
Consumer Configuration
Example
Running a Consumer
-
Create a custom command:
-
Register the command in
app/Console/Kernel.php
-
Consume through the handler
- Call the command from the console
Publishing Messages
-
Create route <-> controller binding
-
Create a controller to publish message
-
Make a request or browse to:
http://localhost:8000/publish?message=Hello
- Check your console for the message
Hello
to be printed
Tests
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-rabbitmq with dependencies
PHP Build Version
Package Version
The package kunalvarma05/laravel-rabbitmq contains the following files
Loading the files please wait ....