Libraries tagged by unique_id_generator
collin-peng/unique-id
17 Downloads
Generate unique id
chistel/laravel-uniqueid
423 Downloads
Generate uniqueid when saving Eloquent models to be used as auth key and route key
helium/eloquent-id
1430 Downloads
Simple trait for automatically generating unique object id's in Eloquent
bjoern-goetschke/unique-id
49 Downloads
Library to generate unique identifiers
abolotin/yii2-unique-id
28 Downloads
Generating unique identificator for any purposes. Typically used by Yii-widgets ("id"-attribute of HTML elements).
muath-ye/unique-random-number
8 Downloads
Generate ranged digits random number from table id, so its unique
bardan-io/simple-id
48 Downloads
A simple and easy to use package to generate unique ids for your Eloquent models.
mauro-pinheiro/eloquent-uuid
325 Downloads
Adds support for UUID generation automatically for Models Eloquents.
hilalahmad/php-uuid
2 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
6 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
2 Downloads
Library for using and generating universally unique ids.
guifelix/ulid
1 Downloads
A PHP package to generate Universally Unique Lexicographically Sortable Identifiers
fixwa/tiny-uuid
38 Downloads
This library generates a short alphanumeric unique ID.
svengerlach/flake
158 Downloads
Library that helps to generate unique 64 bit integers (for e.g. distributed id generation)
seb-c/alpha-increment
32 Downloads
A library to generate a really unique string from just a classic auto-incremental numeric id.