- php: >= 7.1
- phpsagas/contracts: ^0.0
- ramsey/uuid: ^4.1
This component is the part of phpsagas framework.
The package contains implementation of saga message id generator based on ramsey/uuid.
You can install the package using Composer:
composer require phpsagas/message-id-generator
You can use UuidBasedMessageIdGenerator
as MessageIdGeneratorInterface
implementation.
Saga message id generator is released under the MIT license.