phpsagas/message-id-generator

The implementation of saga message id generator

Maintainers

Package info

github.com/phpsagas/message-id-generator

pkg:composer/phpsagas/message-id-generator

Statistics

Installs: 240

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.0.0 2021-06-01 21:47 UTC

This package is not auto-updated.

Last update: 2026-03-04 19:43:47 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.