UUID Version 4 Generation

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/isabellab622/uuid

1.0.1 2024-11-02 02:12 UTC

This package is auto-updated.

Last update: 2025-12-25 05:06:31 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