enqueue/dbal
Doctrine DBAL transport for Enqueue/Queue Interop: use an SQL database as a message broker to send and consume messages via Doctrine DBAL. Part of the Enqueue ecosystem; docs and support available via site and community channels.
enqueue library’s interface.For Executives: "This package lets us use our existing database as a message queue, cutting costs and complexity by avoiding external services like RabbitMQ or Redis. It’s a drop-in solution for background jobs—ideal for scaling PHP apps without new infrastructure. Perfect for batch processes or decoupling APIs from slow operations, with the flexibility to switch to faster queues later."
For Engineering:
*"The enqueue/dbal package gives us a standardized queue interface (via the enqueue library) backed by Doctrine DBAL. Key benefits:
For Developers:
*"This is a Doctrine DBAL transport for the enqueue library, meaning:
Enqueue client as other transports (e.g., Redis, AMQP).How can I help you explore Laravel packages today?