2017 © Pedro Peláez
 

library uuid

image

igniphp/uuid

  • Thursday, June 28, 2018
  • by dkraczkowski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 135 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 366 % Grown

The README.md

Igni logo

Build Status, (*1)

Igni\Util\UuidGenerator

RFC-compliant Universally Unique Identifiers v5 generator., (*2)

Installation

composer require igniphp/uuid

API

generate(): string

Generates uuid., (*3)

generateShort(): string

Generates shorter representation of uuid (base58 encoded)., (*4)

toShort(string $string): string

Shorts uuid by packing it into base58 representation., (*5)

fromShort(string $string): string

Returns full uuid as a string from base58 representation., (*6)

validate(string $string): bool

Validates if passed string is valid uuid number., (*7)

The Versions

28/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dawid Kraczkowski

28/06 2018

2.0.0

2.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dawid Kraczkowski

13/05 2018

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dawid Kraczkowski