Download the PHP package eig/uuid without Composer
On this page you can find all versions of the php package eig/uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor eig
Package uuid
Short Description UUID allowing easy generation and assignment for event sourced systems
License MIT
Homepage https://github.com/excellentingenuity/UUID
Package uuid
Short Description UUID allowing easy generation and assignment for event sourced systems
License MIT
Homepage https://github.com/excellentingenuity/UUID
Keywords uuidevent sourcing
Please rate this library. Is it a good library?
Informations about the package uuid
UUID
Supported PHP Versions
- 7.2
- 7.3
- 7.4
- 8.0
Version Support
- For PHP 5.5 use the 0.0.5 branch releases
- For PHP 5.6 use the 1.1.x branch releases
- For PHP 7.1 use the 2.1.0 release
- For PHP 7.2 use the 2.4.x release
- For PHP 8.0+ use the 2.5.x release
Description
A wrapper package for easy use of the excellent Ramsey\UUID package. Currently the package generates a version 4 UUID according to RFC 4122.
This package provides 2 methods of generating a UUID.
- Static Facade UUID with a generate method.
- AssignUUID Trait that defaults to a class variable of
$id
or accepts the string name of a class variable to assign the uuid to.
Static Method Example
AssignUUID Trait Example
Or with a class variable other than $id
All versions of uuid with dependencies
PHP Build Version
Package Version
The package eig/uuid contains the following files
Loading the files please wait ....