Lately I’ve been doing a lot work using queues, specifically RabbitMQ. Queue jobs are not easy to implement and maintain.
That’s why I took a time to work on this RabbitMQ client for Laravel. Something easy, flexible and easy to scale.
Name: mookofe/tail
Author: Victor Cruz
URL: https://github.com/mookofe/tail
Features:
- Simple queue configuration
- Multiple server connections
- Add message to queues easily
- Listen queues with useful options
Requirements:
- videlalvaro/php-amqplib: 2.*
Installation:
Please visit https://github.com/mookofe/tail for more details and documentation