Download the PHP package softonic/laravel-queue-job without Composer
On this page you can find all versions of the php package softonic/laravel-queue-job. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softonic/laravel-queue-job
More information about softonic/laravel-queue-job
Files in softonic/laravel-queue-job
Package laravel-queue-job
Short Description Custom Job implementation for vyuldashev@laravel-queue-rabbitmq library
License Apache-2.0
Homepage https://github.com/softonic/laravel-queue-job
Informations about the package laravel-queue-job
Laravel Queue Job
Custom Job implementation for vyuldashev/laravel-queue-rabbitmq library
:warning: This library works on vyuldashev/laravel-queue-rabbitmq. If you have questions about how to configure connections, feel free to read the vyuldashev/laravel-queue-rabbitmq documentation.
Main features
- Add support to have multiple Handlers for the same Routing key.
- Assign your Routing keys with your Handlers in the queue config file.
Installation
You can require the last version of the package using composer
Usage
Replace your RabbitMQJob class in the queue config file.
Add your message_handlers mapping in queue config file:
Testing with artisan
Your
php artisan queue:work {connection-name} --queue={queue-name}
Testing
softonic/laravel-queue-job
has a PHPUnit test suite, and a coding style compliance test suite using PHP CS Fixer.
To run the tests, run the following command from the project folder.
To open a terminal in the dev environment:
License
The Apache 2.0 license. Please see LICENSE for more information.
All versions of laravel-queue-job with dependencies
laravel/framework Version ^11.0
vladimir-yuldashev/laravel-queue-rabbitmq Version ^14.0