simple class to generate uuid

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2019-06-02 11:11 UTC

This package is auto-updated.

Last update: 2025-04-29 00:53:33 UTC


README

A simple class to generate UUID

Install

Via Composer

$ composer require hamidjavadi/guid

Usage

<?php

use Hamidjavadi\guid;

echo guid::generate();
// 


$guid = new guid();

echo $guid->generate();
//

echo $guid->generate();
//

License

The MIT License (MIT). Please see License File for more information.