Libraries tagged by unique-id
ifullgaz/laravel-global-unique-id
28 Downloads
Assign globaly unique ids to models
hanbitgaram/unique-id
3 Downloads
Generates a unique, non-overlapping 14-character ID that is URL-safe.
gwrit-development/unique-id
1 Downloads
Unique bigint id generator
collin-peng/unique-id
19 Downloads
Generate unique id
coder-orbit/unique-id-generator
22 Downloads
its only use unique id and otp
chistel/laravel-uniqueid
424 Downloads
Generate uniqueid when saving Eloquent models to be used as auth key and route key
bjoern-goetschke/unique-id
49 Downloads
Library to generate unique identifiers
advancedideasmechanics/unique-id-generator
155 Downloads
PHP application to generate alphanumeric ids
abolotin/yii2-unique-id
28 Downloads
Generating unique identificator for any purposes. Typically used by Yii-widgets ("id"-attribute of HTML elements).
irestful/uniqueidentifiersets
2017 Downloads
irestful/uniqueidentifiers
3487 Downloads
irestful/uniqueidentifierlists
1071 Downloads
kongflower/snowflake
7 Downloads
the mini app pay
hilalahmad/php-uuid
4 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.
reallyli/php-snowflake
115 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).