bodaclick/async-dispatcher-bundle
Adopt if:
Look elsewhere if:
For Executives: "This bundle lets us offload time-consuming tasks (e.g., emails, reports) to run in the background, keeping our app fast and responsive for users. It’s a lightweight, open-source solution that avoids the complexity of setting up queues or microservices—ideal for quick wins on async workflows without upfront infrastructure costs."
For Engineering:
*"AsyncDispatcherBundle provides a drop-in Symfony/Laravel bundle to dispatch events asynchronously using PHP’s pcntl_fork() (process-based). It’s simple to integrate:
For Developers:
*"Add this to composer.json and configure it in config/packages/async_dispatcher.yaml. Dispatch events with:
$this->get('async_dispatcher')->dispatch(new MyEvent());
Events run in background processes—no queue workers needed. Perfect for quick async hacks, but not for mission-critical jobs."*
How can I help you explore Laravel packages today?