hell-sh / uuid
A wrapper for 128 unique bits.
v1.3
2021-01-16 22:04 UTC
Requires
- php: ^7.1
- ext-gmp: *
- ext-spl: *
Requires (Dev)
- hell-sh/nose: ^1.1
README
A wrapper for 128 unique bits.
composer require hell-sh/uuid
- Read the docs
Branches
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.