UUID Version 4 Generation

1.0.1 2024-11-02 02:12 UTC

This package is auto-updated.

Last update: 2025-06-25 04:04:22 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