Skip to content
Joshua Estes edited this page Mar 19, 2018 · 6 revisions

dspacelabs/queue Build Status Packagist Packagist Pre Release

The Queue Component allows developers to quickly implement message queues using a variety of different queues such as AWS SQS, Flat Files, Redis, RabbitMQ, and others.

The Queue Component also comes with a Broker that allows a central class to manage queues from all different types. With the Broker you are able to have a Flat File Queue, AWS SQS Queue, and others in one easy place.

These Queues all share a common interface and thus can easily be swapped out for other types.

Installation

composer require dspacelabs/queue
Clone this wiki locally