isabellab622 / uuid
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
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