UUID generation for PHP without all the Composer fuss.
LICENCE | ||
README.md | ||
uuid.php |
VanillaUUID
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)