itkg/delay-event-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

itkg/delay-event-bundle

最新稳定版本:1.2.5

Composer 安装命令:

composer require itkg/delay-event-bundle

包简介

Event delayed bundle

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

About

Provide a way to delay events & process them asynchronously

Installation

Installation by Composer

If you use composer, add ItkgDelayEventBundle bundle as a dependency to the composer.json of your application

    "require": {
        "itkg/delay-event-bundle": "dev-master"
    },
  • Add ItkgDelayEventBundle to your application kernel.
// app/AppKernel.php
<?php
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Itkg\DelayEventBundle\ItkgDelayEventBundle(),
        );
    }

# Usage

TODO

统计信息

  • 总下载量: 6.08k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-19