queue-interop/queue-spec
Interoperability specification for PHP queue implementations. Defines common interfaces and contracts so different queue libraries and transports can work together with minimal coupling, enabling portable producers/consumers and easier swapping of backends.
queue-interop/queue-spec defines a set of PHP queue interfaces and contracts to standardize how producers, consumers, messages, and contexts interact across queue backends. It aims to improve interoperability so libraries and applications can swap queue implementations with minimal code changes.
Use it as a lightweight specification layer for building adapters or queue-aware components that remain decoupled from any single vendor or transport.
How can I help you explore Laravel packages today?