mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 00:01:50 +02:00
Couple of tiny changes
This commit is contained in:
parent
7482e77c1c
commit
420bd952f8
4 changed files with 18 additions and 8 deletions
9
cp/bin/create_token.php
Normal file
9
cp/bin/create_token.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use Ramsey\Uuid\Uuid;
|
||||
|
||||
$uniqueIdentifier = Uuid::uuid4()->toString();
|
||||
|
||||
echo $uniqueIdentifier . PHP_EOL;
|
Loading…
Add table
Add a link
Reference in a new issue