Skip to content

stakhanovist/queue

 
 

Repository files navigation

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

About

Create specific queue client objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%