2017 © Pedro Peláez
 

library uuid

Universally Unique Identifier (UUID) Generator

image

davidvandertuijn/uuid

Universally Unique Identifier (UUID) Generator

  • Wednesday, May 31, 2017
  • by davidvandertuijn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 22 % Grown

The README.md

Universally Unique Identifier (UUID)

Total Downloads Latest Stable Version License, (*1)

Universally Unique Identifier (UUID), (*2)

A Universally Unique Identifier (UUID) is a standardized identifier that is used to uniquely distinguish information in computer systems. UUIDs are essential in a wide range of applications, from database management to distributed computing, as they provide a reliable means of ensuring that each identifier is unique across space and time., (*3)

"Buy Me A Coffee", (*4)

Install

composer require davidvandertuijn/uuid

Usage

use Davidvandertuijn\Uuid;

Generate, (*5)

Uuid::generate(); // XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

The Versions

31/05 2017

dev-master

9999999-dev

Universally Unique Identifier (UUID) Generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David van der Tuijn

31/05 2017

1.0

1.0.0.0

Universally Unique Identifier (UUID) Generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by David van der Tuijn