UUID Version 4 Generation

Maintainers

Package info

github.com/IsabellaB622/uuid

pkg:composer/isabellab622/uuid

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2024-11-02 02:12 UTC

This package is auto-updated.

Last update: 2026-02-25 05:32:01 UTC


README

Install

run this command

composer require IsabellaB622/uuid

Usage

to generate a Version 4 UUID

<?php
	require_once 'vendor/autoload.php';
	use IsabellaB622\uuid;
	echo uuid::generate_v4();
?>

License

This project is licensed under the MIT license