getnamingo-registry/cp/bin/create_token.php
2024-03-05 23:41:20 +02:00

9 lines
No EOL
157 B
PHP

<?php
require __DIR__ . '/../vendor/autoload.php';
use Ramsey\Uuid\Uuid;
$uniqueIdentifier = Uuid::uuid4()->toString();
echo $uniqueIdentifier . PHP_EOL;