alpari/messenger-bundle
Composer 安装命令:
composer require alpari/messenger-bundle
包简介
Integrates symfony/messenger component into symfony 2.7+
README 文档
README
Bundle for Messenger component backported for Symfony 2.7+ and <4.1 from Symfony 4.1's FrameworkBundle.
The main difference with original bundle is that
configuration must be set under messenger section instead of framework section in Symfony 4.1+.
This version of the Bundle uses 4.1+ version of the symfony/messenger component.
Usage
Install the bundle using composer:
composer require alpari/messenger-bundle
Register the bundle in your AppKernel class:
public function registerBundles() { $bundles = array( // ... new \Symfony\Bundle\MessengerBundle\MessengerBundle(), ); }
Original bundle features are well-described in symfony documentation.
统计信息
- 总下载量: 591
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-08