stakhanovist/queue 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stakhanovist/queue

最新稳定版本:v0.2.0-beta

Composer 安装命令:

composer require stakhanovist/queue

包简介

Create specific queue client objects

README 文档

README

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

统计信息

  • 总下载量: 122
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2015-04-15