itkg/delay-event-bundle
最新稳定版本:1.2.5
Composer 安装命令:
composer require itkg/delay-event-bundle
包简介
Event delayed bundle
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-19