an1zhegorodov/j-queue-bundle

为 Symfony2 简单队列

安装次数: 1,939

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

公开问题: 0

类型:symfony-bundle

v1.0.0-alpha.7 2015-07-10 20:27 UTC

README

为 Symfony2 简单队列

特性

  • 工作命令
  • 基础工作实体

安装

运行以下命令通过 composer 需求包

composer require an1zhegorodov/j-queue-bundle

在 AppKernel.php 中注册包

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new An1zhegorodov\JQueueBundle(),
        // ...
    );
}

待办事项

  • 一个工作器处理所有工作类型的能力
  • 显示工作网格的页面