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.
This package is intentionally built on the native PHP ext-amqp extension.
The target user is a Laravel team that controls its production PHP runtime and wants RabbitMQ workers optimized for long-running workloads.
| Area | Native ext-amqp | Pure PHP AMQP client |
|---|---|---|
| Installation | Requires PHP extension and native libraries | Composer-only |
| Runtime profile | Better fit for controlled production runtimes | Better fit for portability |
| Shared hosting | Usually harder | Usually easier |
| Package focus | Production workers and native AMQP | Easy installation |
Native ext-amqp RabbitMQ queue driver for Laravel production workloads.
How can I help you explore Laravel packages today?