phpsagas / message-id-generator
The implementation of saga message id generator
0.0.0
2021-06-01 21:47 UTC
Requires
- php: ^7.1 || ^8.0
- phpsagas/contracts: ^0.0
- ramsey/uuid: ^4.1
Requires (Dev)
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.3
This package is not auto-updated.
Last update: 2025-05-28 16:02:01 UTC
README
Table Of Contents
Requirements
- php: >= 7.1
- phpsagas/contracts: ^0.0
- ramsey/uuid: ^4.1
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.