承接 devgarden/simpleq 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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

Coverage Status Dependency Status

Code Climate Latest Stable Version License

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

GitHub 信息

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

其他信息

  • 授权协议: Apache
  • 更新时间: 2015-07-26