https://github.com/ignitekit/messages
Message brokers abstractions
https://github.com/ignitekit/messages
Last synced: 10 months ago
JSON representation
Message brokers abstractions
- Host: GitHub
- URL: https://github.com/ignitekit/messages
- Owner: IgniteKit
- Created: 2022-07-05T10:17:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T10:24:29.000Z (over 3 years ago)
- Last Synced: 2024-11-30T06:49:54.445Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messages
Abstractions for queue brokering packages like RabbitMQ, etc used in Microservices.
### Installation
```
composer require ignitekit/messages
```