souktel/message-broker
Composer 安装命令:
composer require souktel/message-broker
包简介
Manage Message Broker communication
README 文档
README
About Souktel
- Website: souktel.com.
- LinkedIn: Souktel.
- Facebook: Souktel Digital Solutions.
- Twitter: Souktel.
About The Project
implementation of Message Broker to support communication between microservices through messages
Installation
composer require souktel/message-broker
In Laravel:
- publish config and migrations files from vendor
php artisan vendor:publish --provider="Souktel\MessageBroker\SouktelMessageBrokerServiceProvider"
In Lumen:
- copy config file from vendor
- copy migration files from vendor
configuration
in config file
| variable | description |
|---|---|
| enable | (boolean) if false then MessageBroker will be fake instance |
| database | if enable = true, all published messages will be stored in database. you can change tables name before run migration command. |
| log | if enable = true, there will be some output logs through channel name in config file |
| settings | Message Broker settings |
统计信息
- 总下载量: 723
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-05