Download the PHP package domainflow/uuid without Composer
On this page you can find all versions of the php package domainflow/uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download domainflow/uuid
More information about domainflow/uuid
Files in domainflow/uuid
Download domainflow/uuid
More information about domainflow/uuid
Files in domainflow/uuid
Vendor domainflow
Package uuid
Short Description DomainFlow UUID implementation for versions 1–8, including inspection and validation utilities.
License MIT
Package uuid
Short Description DomainFlow UUID implementation for versions 1–8, including inspection and validation utilities.
License MIT
Please rate this library. Is it a good library?
Informations about the package uuid
DomainFlow Uuid
A fully featured, immutable UUID library supporting all RFC versions 1–8, including validation, generation, metadata inspection, and JSON serialization.
✨ Highlights
- ✅ Supports all UUID versions (v1–v8)
- ✅ Immutable,
final readonly
classes -
✅ Inspector tool for version/variant/metadata extraction
⚙️ Requirements
- PHP 8.3+
📦 Installation
🚀 Usage
🔧 Generate UUIDs
🔍 Inspect a UUID
📘 Parameters Explained
UuidV2::generate(int $localId, string $domain)
$localId
: Typically a UID or GID (getmyuid()
,getmygid()
)$domain
: Either'uid'
or'gid'
UuidV3
/ UuidV5
$namespace
: A valid UUID string (e.g., DNS namespace6ba7b810-9dad-11d1-80b4-00c04fd430c8
)$name
: Any string (email, file path, identifier)
🔒 Trait & Interface
All UUID classes implement:
UuidInterface
— common contract for all versionsUuidMethodsTrait
— shared implementation (equals()
,fromString()
,fromJson()
, etc.)
📄 License
MIT
All versions of uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3||^8.4
The package domainflow/uuid contains the following files
Loading the files please wait ....