stakhanovist/queue

Create specific queue client objects


Keywords
database, queue, mongodb, amazon, client, db, mysql, sqlite, postgresql, adapter, pgsql, messages, queues, amazon sqs, slqsrv
License
BSD-2-Clause

Documentation

Stakhanovist Queue

Last Release BuildStatus

Provides a factory function to create specific queue client objects.

This library aims to provide a message queue abstraction layer, usefull for inter-process comunication or for distributed processing (a complete job queue system can be implemented using the worker library).

Currenty, the following message queue services are supported:

Installation

Install it using composer.

Add the following to your composer.json file:

"require": {
    "stakhanovist/queue": "~0.2.0",
}

License

Stakhanovist Queue is licensed under the BSD 2-Clause License except otherwise stated.

As this library initially started as a refactoring of the Zend\Queue library code, for source code parts still used the original New BSD License is retained.


Analytics