stakhanovist/queue
最新稳定版本:v0.2.0-beta
Composer 安装命令:
composer require stakhanovist/queue
包简介
Create specific queue client objects
关键字:
README 文档
README
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:
-
A SQL database driven queue via
Zend\DbInstall stakhanovist/queue-db
-
A MongoDb database driven queue, with message awaiting support (using capped collection and tailable cursor)
Install stakhanovist/queue-mongodb
-
A local array useful for non-persistent queues and for unit testing
Already included in this library
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.
统计信息
- 总下载量: 122
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2015-04-15