https://github.com/morebec/orkestra-messaging
[READ ONLY] Orkestra component providing classes and utilities for Domain Messaging
https://github.com/morebec/orkestra-messaging
cqrs ddd messaging php
Last synced: 11 months ago
JSON representation
[READ ONLY] Orkestra component providing classes and utilities for Domain Messaging
- Host: GitHub
- URL: https://github.com/morebec/orkestra-messaging
- Owner: Morebec
- License: apache-2.0
- Created: 2021-04-21T00:58:12.000Z (about 5 years ago)
- Default Branch: 2.x
- Last Pushed: 2023-03-31T18:46:50.000Z (about 3 years ago)
- Last Synced: 2025-03-02T09:21:29.276Z (over 1 year ago)
- Topics: cqrs, ddd, messaging, php
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Messaging
The messaging component allows handling messages in a system.
It can be used for message based communication between components of a system as well as
communicating with external systems. In a CQRS and Event Sourcing setup,
it can be used to define queries, commands and events through message buses (Command Bus, Query Bus Event Bus).
It provides contract interfaces as well as default implementations for the various concepts.
For more information please refer to the [documentation](./docs/Messaging.md).
## Installation
```
composer require morebec/orkestra-messaging
```
## Usage
For usage see the [documentation](./docs/Messaging.md).