devgarden/simpleq
最新稳定版本:1.0.5
Composer 安装命令:
composer create-project devgarden/simpleq
包简介
Generic queue system based on Symfony. Light weight, easy and fast to configure and initiate.
README 文档
README
SimpleQ is a generic queue system based on Symfony2 & Doctrine. Lightweight, fast and easy to configure.
Dependencies
Your project should be able to run with the following dependencies:
For Symfony 2
v0 - v0.9.7
- "php": ">=5.3.9"
- "symfony/symfony": "2.7.*"
- "doctrine/orm": "~2.2"
- "doctrine/dbal": "~2.2"
- "doctrine/doctrine-bundle": "~1.4"
- "gedmo/doctrine-extensions": "~2.4"
For Symfony 3
v1 - latest
- "php": ">=5.3.9"
- "symfony/symfony": "3.*"
- "doctrine/orm": "^2.5"
- "doctrine/dbal": "^2.5"
- "doctrine/doctrine-bundle": "~1.6"
- "gedmo/doctrine-extensions": "~2.4"
Setup
***
# Usage
###### Learn how to register, create and handle queues in the [Queue chapter](doc/queue.md)
###### Learn how to initialize, check & control scheduler in the [Scheduler chapter](doc/scheduler.md)
###### Learn how to build and run your worker in the [Worker chapter](doc/worker.md)
###### Learn how to cluster queues & workers [Cluster chapter](doc/cluster.md)
###### Have a look at the [Roadmap](doc/roadmap.md)
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2015-07-26