Download the PHP package appkweb/uuid without Composer
On this page you can find all versions of the php package appkweb/uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor appkweb
Package uuid
Short Description Light lib to generate an universally unique identifier V4
License MIT
Package uuid
Short Description Light lib to generate an universally unique identifier V4
License MIT
Please rate this library. Is it a good library?
Informations about the package uuid
uuid
Light lib to generate an universally unique identifier V4
Get started
composer install appkweb/uuid
Sources of Entropy
- Generates 16 random bytes with high entropy, which is excellent for value diversity.
- Provides a timestamp in milliseconds, adding a time dimension.
- Includes the process ID, which varies between processes but is stable during the execution of a specific process.
- Generates an additional random number, adding even more diversity.
- Generates a unique identifier based on the current time and a random number, used in the hash to add additional entropy.
All versions of uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package appkweb/uuid contains the following files
Loading the files please wait ...