Skip to content

UUID

An RFC-4122 compliant Universally Unique Identifiers value object implementation.


The UUID package provides a type-safe, object-oriented and performant implementation of Universally Unique Identifiers, following RFC-4122.

Installation

Add the Castor repository to your composer.json.

{
"repositories": [{
"type": "composer",
"url": "https://castor-labs.github.io/php-packages"
}]
}

And then install with composer.

Terminal window
composer require castor/uuid

Motivation