Download the PHP package mikemix/php-uuid-v6 without Composer
On this page you can find all versions of the php package mikemix/php-uuid-v6. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikemix/php-uuid-v6
More information about mikemix/php-uuid-v6
Files in mikemix/php-uuid-v6
Download mikemix/php-uuid-v6
More information about mikemix/php-uuid-v6
Files in mikemix/php-uuid-v6
Vendor mikemix
Package php-uuid-v6
Short Description Version 6 UUID https://bradleypeabody.github.io/uuidv6/
License MIT
Homepage https://github.com/mikemix/php-uuid-v6
Package php-uuid-v6
Short Description Version 6 UUID https://bradleypeabody.github.io/uuidv6/
License MIT
Homepage https://github.com/mikemix/php-uuid-v6
Please rate this library. Is it a good library?
Informations about the package php-uuid-v6
php-uuid-v6
UUID v6 implementation as proposed at https://bradleypeabody.github.io/uuidv6/
Example usage
for ($i = 0; $i < 10; $i++) {
echo \mikemix\Uuid::uuid6() , PHP_EOL;
}
> 1e859157-d7dc-6078-b7b8-02421fa799ff
> 1e859157-d7e3-64d6-9819-02421fa799ff
> 1e859157-d7e3-6602-8ecf-02421fa799ff
> 1e859157-d7e3-66fc-9898-02421fa799ff
> 1e859157-d7e3-67ec-ae4c-02421fa799ff
> 1e859157-d7e3-68d2-810a-02421fa799ff
> 1e859157-d7e3-69c2-b7cc-02421fa799ff
> 1e859157-d7e3-6aa8-871b-02421fa799ff
> 1e859157-d7e3-6b98-85c3-02421fa799ff
> 1e859157-d7e3-6c7e-a2c7-02421fa799ff
All versions of php-uuid-v6 with dependencies
PHP Build Version
Package Version
The package mikemix/php-uuid-v6 contains the following files
Loading the files please wait ....