Universally Unique Identifier (UUID) Generator

2.1 2022-03-06 18:16 UTC

This package is auto-updated.

Last update: 2024-10-29 13:23:39 UTC


README

Total Downloads Latest Stable Version License

Universally Unique Identifier (UUID)

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.

"Buy Me A Coffee"

Install

composer require davidvandertuijn/uuid

Usage

use Davidvandertuijn\Uuid;

Generate

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