wildphp/queue
最新稳定版本:v0.1
Composer 安装命令:
composer require wildphp/queue
包简介
Simple queue implementation, primarily used for WildPHP
README 文档
README
This library defines a simple (message) queue interface. It sends out messages in the order they came in, but at a limited rate.
Currently implemented features are:
- Basic queue functionality
- Callback queue items
- Burst mode (send a batch of messages before throttling)
The default values are to send 1 message per second with a burst rate of 5 messages. This suits IRC well.
Installation
To install this library, you will need Composer.
$ composer require wildphp/queue ^0.1
Getting started
This library comes with a set of ready-to-use QueueItems, but you might want to develop your own. More on that later.
The most important classes in the library are the QueueProcessor and BaseQueue.
More documentation is TBD.
Contributors
You can see the full list of contributors in the GitHub repository.
统计信息
- 总下载量: 1.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-27