krzysztofzylka/generator

Generator library

1.0.0 2023-12-09 09:17 UTC

This package is auto-updated.

Last update: 2024-05-09 10:07:32 UTC


README

composer require krzysztofzylka/generator

Methods

Generate uniq id

\Krzysztofzylka\Generator\Generator::uniqId()

Generate a unique hash using the xxHash algorithm

\Krzysztofzylka\Generator\Generator::uniqHash()

Generate UUID

\Krzysztofzylka\Generator\Generator::uuid()