A wrapper for 128 unique bits.
composer require hell-sh/uuid
- Read the docs
1.0
: The initial release with the\hellsh\UUID
class featuringv4()
,v5($str, UUID $namespace = null)
, andtoString($withDashes = false)
. Supports PHP 5 and above. Maintenance is limited to fixing critical issues.1.1
: The second release adding thehashCode
method and with it theGMP
dependency. Maintenance is limited to fixing critical issues.master
: The latest version, requiring PHP 7.1+ and GMP, with all the latest features and active maintenance.