Libraries tagged by unique_id_generator
hilalahmad/php-uuid
7 Downloads
UUIDs are used to create unique identifiers that are often used in distributed systems, databases, and various software applications to ensure the uniqueness of data elements. In PHP, packages related to UUIDs typically provide functions or classes for generating, parsing, and manipulating UUIDs. These packages can be useful in scenarios where unique identifiers are needed to avoid conflicts or ensure data integrity.
random-ids/random-ids
9 Downloads
Generate a non-repetitive random ID.Sometimes you don't want people to guess the rules of some IDs,then you can use random-ids.At present,we support file and redis.
ordinary/uid
8 Downloads
Library for using and generating universally unique ids.
guifelix/ulid
5 Downloads
A PHP package to generate Universally Unique Lexicographically Sortable Identifiers
beinsystems/utilities
23 Downloads
A set of utility classes for various tasks, including environment loading, error handling, unique ID generation, and database extension.
fixwa/tiny-uuid
39 Downloads
This library generates a short alphanumeric unique ID.
svengerlach/flake
163 Downloads
Library that helps to generate unique 64 bit integers (for e.g. distributed id generation)
seb-c/alpha-increment
34 Downloads
A library to generate a really unique string from just a classic auto-incremental numeric id.