PHP Classes

File: tests/tests.php

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   tests/tests.php   Download  
File: tests/tests.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 323 bytes
 

Contents

Class file image Download
<?php
/*
 * Project: Beacon
 * File: tests.php
 * Date: 2026-06-10
 * Author: Steffen Haase <shworx.development@gmail.com
 * Copyright: 2026 SHWorX (Steffen Haase)
 */

use Ramsey\Uuid\Uuid;

require_once
__DIR__ . '/../vendor/autoload.php';

echo
'UUID v7: ' . Uuid::uuid7()->toString() . PHP_EOL;