2017 © Pedro Peláez
 

library php-uuid-v6

Version 6 UUID https://bradleypeabody.github.io/uuidv6/

image

mikemix/php-uuid-v6

Version 6 UUID https://bradleypeabody.github.io/uuidv6/

  • Wednesday, May 16, 2018
  • by mikemix
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 50 % Grown

The README.md

php-uuid-v6

UUID v6 implementation as proposed at https://bradleypeabody.github.io/uuidv6/, (*1)

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

The Versions

16/05 2018

dev-master

9999999-dev https://github.com/mikemix/php-uuid-v6

Version 6 UUID https://bradleypeabody.github.io/uuidv6/

  Sources   Download

MIT

The Requires

 

uuid identifier guid

16/05 2018

0.1.1

0.1.1.0 https://github.com/mikemix/php-uuid-v6

Version 6 UUID https://bradleypeabody.github.io/uuidv6/

  Sources   Download

MIT

The Requires

 

uuid identifier guid

16/05 2018

0.1

0.1.0.0 https://github.com/mikemix/php-uuid-v6

Version 6 UUID https://bradleypeabody.github.io/uuidv6/

  Sources   Download

MIT

The Requires

 

The Development Requires

uuid identifier guid