broadway/uuid-generator

UUID generator for broadway/broadway.

1.0.0 2020-03-06 10:09 UTC

This package is auto-updated.

Last update: 2024-03-05 00:03:12 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

build status

Example

The examples/ directory contains a runnable uuid example (generate.php). The code you find there contains comments with what is happening.