add support for a load of UUID versions

This commit is contained in:
abbie 2024-08-01 23:43:31 +01:00
parent cf0836f395
commit 4694efe508
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -2,4 +2,9 @@
UUID generation in PHP without the Composer fuss. This is a small library for generating UUIDs without having to use a PHP package manager like Composer, it's easy to use and integrates without any fuss. UUID generation in PHP without the Composer fuss. This is a small library for generating UUIDs without having to use a PHP package manager like Composer, it's easy to use and integrates without any fuss.
## Supported UUIDs ## Supported UUIDs
* UUIDv3
* UUIDv4 * UUIDv4
* UUIDv5
* UUIDv7
* UUIDv8 (arbitrary binary data)
* custom SHA-256 UUID (similar to UUIDv3/5)