broadway / uuid-generator
This package is abandoned and no longer maintained.
No replacement package was suggested.
UUID generator for broadway/broadway.
1.0.2
2026-08-09 19:21 UTC
Requires
- php: >=7.2
Requires (Dev)
- broadway/coding-standard: ^1.2
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.5
- ramsey/uuid: ^4.0
Suggests
- ramsey/uuid: Allows creating UUIDs
This package is auto-updated.
Last update: 2026-08-09 19:22:33 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.