php-ulid
ULID generator
Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator
A PHP port of alizain/ulid with some minor improvements.
446 stars
7 watching
34 forks
Language: PHP
last commit: almost 2 years ago
Linked from 1 awesome list
generatorhacktoberfestidentifierphpulid
Related projects:
Repository | Description | Stars |
---|---|---|
cysharp/ulid | A fast and efficient id generator library. | 1,353 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 408 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
hidehalo/nanoid-php | A lightweight PHP implementation of a secure URL-friendly unique ID generator | 753 |
nalgeon/uuidv7 | Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases | 86 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,805 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 46 |
anthony-arnold/adaid | A library for generating unique identifiers in Ada programming language | 15 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
lexborisov/yauid | Generates unique IDs based on timestamp and node ID without coordination between nodes. | 21 |
radeno/nanoid.rb | A tiny Ruby library for generating secure URL-friendly unique string IDs | 234 |