Download the PHP package mdeweerd/class.uuid.php without Composer
On this page you can find all versions of the php package mdeweerd/class.uuid.php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mdeweerd/class.uuid.php
More information about mdeweerd/class.uuid.php
Files in mdeweerd/class.uuid.php
Download mdeweerd/class.uuid.php
More information about mdeweerd/class.uuid.php
Files in mdeweerd/class.uuid.php
Vendor mdeweerd
Package class.uuid.php
Short Description UUID generator based on implementation by Fredrik Lindberg
License BSD-2-Clause Apache-2.0
Homepage https://github.com/mdeweerd/class.uuid.php
Package class.uuid.php
Short Description UUID generator based on implementation by Fredrik Lindberg
License BSD-2-Clause Apache-2.0
Homepage https://github.com/mdeweerd/class.uuid.php
Keywords uuid
Please rate this library. Is it a good library?
Informations about the package class.uuid.php
Pure PHP UUID generator
Dual-licensed under BSDL (2-clause) or Apache 2.0 license
Important Note (Mario DE WEERD):
The original library incorrectly generates random UUIDs.
The RFC4122 requires that the two most significant bits of clock_seq_hi... are as in 0b10xx_xxxx, but the original code generated a random number for that byte in the range 0..177.
As a result half of the generated random UUIDs (Version 4) were not compliant. This is fixed in this version.
All versions of class.uuid.php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.1
The package mdeweerd/class.uuid.php contains the following files
Loading the files please wait ...