Libraries tagged by php unique id
duoshuo/uuid
38438 Downloads
A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID)
trrtly/php-snowflake
2127 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
kiwfy/ulid-php
12734 Downloads
PHP Universally Unique Lexicographically Sortable Identifier (ULID)
maxperrimond/php-xid
1452 Downloads
Globally Unique ID Generator
m-wardany/hash-ids
315 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
calebdw/laraflake
323 Downloads
A Laravel package to create X/Twitter Snowflake identifiers.
softcomtecnologia/uuid
2309 Downloads
NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).
macx/rfc-4122-uuid
6747 Downloads
PHP-Class to generate valid RFC 4122 compliant Universally Unique IDentifiers (UUID) version 3, 4 and 5.
patienceman/custom-handler
2678 Downloads
Provide a convenient way creating single action handlers. The idea of a action handler is a single action controller that means a unique class handles each action
ibrahimhalilucan/keygen
1899 Downloads
Generator is Char, Float, Integer, Serial and Token types of data for use in Laravel projects. It simplifies data generation processes and is an important tool for use in your projects.
tripteki/laravelphp-unique
324 Downloads
Trip Teknologi's Laravel.php Unique Identifier
advancedideasmechanics/unique-id-generator
148 Downloads
PHP application to generate alphanumeric ids
ledc/snowflake
49 Downloads
雪花算法的PHP实现
00f100/uuid
6890 Downloads
A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).
ucscode/keygenerator
35 Downloads
(Ucscode) KeyGenerator is a versatile PHP library for generating random keys of varying lengths. It is an essential tool for creating secure authentication tokens, unique identifiers, or random access keys.