broadway / uuid-generator
UUID generator for broadway/broadway.
Installs: 1 856 410
Dependents: 9
Suggesters: 0
Security: 0
Stars: 20
Watchers: 7
Forks: 9
Open Issues: 1
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: 2024-11-02 23:39:35 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.