Download the PHP package designmynight/laravel-horizon-rabbitmq without Composer
On this page you can find all versions of the php package designmynight/laravel-horizon-rabbitmq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download designmynight/laravel-horizon-rabbitmq
More information about designmynight/laravel-horizon-rabbitmq
Files in designmynight/laravel-horizon-rabbitmq
Download designmynight/laravel-horizon-rabbitmq
More information about designmynight/laravel-horizon-rabbitmq
Files in designmynight/laravel-horizon-rabbitmq
Vendor designmynight
Package laravel-horizon-rabbitmq
Short Description A package to support horizon with RabbitMQ
License MIT
Homepage https://github.com/designmynight/laravel-horizon-rabbitmq
Package laravel-horizon-rabbitmq
Short Description A package to support horizon with RabbitMQ
License MIT
Homepage https://github.com/designmynight/laravel-horizon-rabbitmq
Please rate this library. Is it a good library?
Informations about the package laravel-horizon-rabbitmq
Laravel Horizon RabbitMQ
A service provider to add support for a RabbitMQ queue driver to Laravel Horizon.
Table of contents
- Installation
- Configuration
Installation
Installation using composer:
Laravel version Compatibility
Laravel | Package |
---|---|
5.6.x | 0.1.x |
5.7.x | 1.0.x |
And add the service provider in config/app.php
:
Configuration
Be sure to set the connection of your supervisor queue to rabbitmq
in config/horizon.php
:
The service provider will overide the default laravel horizon redis queue and redis job classes with a RabbitMQ implentation in order to trigger the necessary events for horizon to function correctly.
All versions of laravel-horizon-rabbitmq with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.7
laravel/horizon Version ^1.4 || ^2.0 || ^3.0
vladimir-yuldashev/laravel-queue-rabbitmq Version ^7.1.1
laravel/horizon Version ^1.4 || ^2.0 || ^3.0
vladimir-yuldashev/laravel-queue-rabbitmq Version ^7.1.1
The package designmynight/laravel-horizon-rabbitmq contains the following files
Loading the files please wait ....