morebec/orkestra-messaging

Orkestra component providing classes and utilities for Domain Messaging

v2.5.6 2023-03-31 18:46 UTC

This package is auto-updated.

Last update: 2024-04-30 00:45:38 UTC


README

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.

Installation

composer require morebec/orkestra-messaging

Usage

For usage see the documentation.