davidvandertuijn / uuid
Universally Unique Identifier (UUID) Generator
Installs: 2 419
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2024-10-29 13:23:39 UTC
README
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.
Install
composer require davidvandertuijn/uuid
Usage
use Davidvandertuijn\Uuid;
Generate
Uuid::generate(); // XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX