iamfarhad/laravel-rabbitmq
Production-ready RabbitMQ queue driver for Laravel with native Queue integration. Built on ext-amqp with connection/channel pooling, configurable topology, Horizon hooks, Octane-safe resets, and optional high-performance basic_consume workers plus admin Artisan commands.
database/sync drivers with minimal refactoring.sync driver suffices for minimal background jobs.Queue facade, jobs directory, and queue:work Artisan command.php-amqplib dependency persists; no updates to Laravel version constraints (^8.0|^9.0|^10.0).max_channels config still required.QUEUE_CONNECTION=rabbitmq in .env remains valid.send_email) first.composer require iamfarhad/laravel-rabbitmq..env (identical to prior version).php artisan queue:work --queue=pilot.^8.0|^9.0|^10.0).rabbitmq_management requirement.queue:work permissions (unchanged).NO_UPDATE_NEEDED
How can I help you explore Laravel packages today?