What are folks using for job/message queues in #PHP, these days?
Edit: I’m looking for PHP applications or libraries that provide a drop-in job queuing system that your existing code can use to register and manage jobs.
@ramsey I praised symfony/messenger so much that I did a whole talk about it last year at #phpday: https://alessandrolai.dev/talks/2024-phpday-symfony-messenger/
It may lose some easiness of configuration when outside of a Symfony app, but it's great and has all the bells and whistles. Also, there are drivers for all kinds of transports, and adapters for drivers from Enqueue too. I even wrote one for MongoDB.