Download the PHP package souktel/message-broker without Composer
On this page you can find all versions of the php package souktel/message-broker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download souktel/message-broker
More information about souktel/message-broker
Files in souktel/message-broker
Download souktel/message-broker
More information about souktel/message-broker
Files in souktel/message-broker
Vendor souktel
Package message-broker
Short Description Manage Message Broker communication
License MIT
Package message-broker
Short Description Manage Message Broker communication
License MIT
Please rate this library. Is it a good library?
Informations about the package message-broker
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
In Laravel:
- publish config and migrations files from vendor
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 |
All versions of message-broker with dependencies
PHP Build Version
Package Version
The package souktel/message-broker contains the following files
Loading the files please wait ....