isabellab622 / uuid
UUID Version 4 Generation
1.0.1
2024-11-02 02:12 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