krzysztofzylka/generator

Generator library

1.0.0 2023-12-09 09:17 UTC

This package is auto-updated.

Last update: 2025-04-09 12:22:40 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()