plusforta/message-bundle

Messages for plusforta micro-services

1.2.4 2024-10-04 11:37 UTC

This package is auto-updated.

Last update: 2025-03-04 10:30:04 UTC


README

The library defines various commands, events and DTOs that are shared by services, to ensure their communication.

Two systems that wish to communicate over the symfony messenger system can use these classes to define the messages to be sent and DTOs for transforming the data.

Deprecation

We are moving away from Message wherever possible between services. The tight coupling between services is not a good practice.

Current Usage

ProjectVersion Used
reports1.2.4
export-service1.2.4
email-service1.2.4

As the time of this writing, dev-master the same as version 1.2.2.

Installation

composer require plusforta/message-bundle:dev-master