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
The examples/
directory contains a runnable uuid example
(generate.php
). The code you find there contains comments with what is
happening.