phpsagas/message-id-generator

The implementation of saga message id generator

0.0.0 2021-06-01 21:47 UTC

This package is not auto-updated.

Last update: 2025-05-28 16:02:01 UTC


README

Table Of Contents

Requirements

About package

This component is the part of phpsagas framework.
The package contains implementation of saga message id generator based on ramsey/uuid.

Installation

You can install the package using Composer:

composer require phpsagas/message-id-generator

Usage

You can use UuidBasedMessageIdGenerator as MessageIdGeneratorInterface implementation.

License

Saga message id generator is released under the MIT license.