add support for a load of UUID versions
This commit is contained in:
parent
cf0836f395
commit
4694efe508
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
||||
## Supported UUIDs
|
||||
* UUIDv3
|
||||
* UUIDv4
|
||||
* UUIDv5
|
||||
* UUIDv7
|
||||
* UUIDv8 (arbitrary binary data)
|
||||
* custom SHA-256 UUID (similar to UUIDv3/5)
|
||||
|
|
Loading…
Reference in a new issue