devgarden/simpleq

基于 Symfony 的通用队列系统。轻量级,易于配置和启动。

安装: 20

依赖者: 0

建议者: 0

安全: 0

类型:项目

1.0.5 2017-04-22 15:36 UTC

This package is auto-updated.

Last update: 2024-08-29 03:16:55 UTC


README

Coverage Status Dependency Status

Code Climate Latest Stable Version License

SimpleQ 是一个基于 Symfony2 & Doctrine 的通用队列系统。轻量级、快速且易于配置。

依赖关系

您的项目应该能够运行以下依赖项

对于 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"

对于 Symfony 3

v1 - 最新版

  • "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"

设置


***

# 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)