An open API service indexing awesome lists of open source software.

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

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).