broadway / uuid-generator
UUID generator for broadway/broadway.
1.0.0
2020-03-06 10:09 UTC
Requires
- php: >=7.2
Requires (Dev)
- broadway/coding-standard: ^1.0
- phpstan/phpstan: @stable
- phpunit/phpunit: ^8.0
- ramsey/uuid: ^3.0
Suggests
- ramsey/uuid: Allows creating UUIDs
This package is auto-updated.
Last update: 2026-02-24 23:47:39 UTC
README
Uuid generators for your application.
Provides a uuid generator and several testing helpers to use uuids in your tests. Random uuid generation is currently powered by ramsey/uuid
Example
The examples/ directory contains a runnable uuid example
(generate.php). The code you find there contains comments with what is
happening.