goopil / rabbit-rs-laravel
Laravel queue driver for the Rabbit RS native extension
v0.1.6
2026-09-08 21:09 UTC
Requires
- php: ^8.4
- illuminate/queue: ^12.0 || ^13.0
- illuminate/support: ^12.0 || ^13.0
- symfony/process: ^7.2 || ^8.0
Requires (Dev)
- laravel/pint: ^1.24
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.1
- phpstan/phpstan: ^2.1
Suggests
- ext-rabbit_rs: Required to dispatch and consume jobs (^0.1). composer install succeeds without it; connections fail at resolution time until the native extension is loaded (pie install goopil/rabbit-rs-native).
- laravel/horizon: Required to use the Horizon dashboard integration (worker=horizon)
Provides
None
Conflicts
None
Replaces
None