laravel-uuid
UUID generator
Generates and validates universally unique identifiers according to the RFC 4122 standard
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in.
2k stars
29 watching
151 forks
Language: PHP
last commit: about 1 year ago
Linked from 3 awesome lists
laravel-uuidlaravel-validationphpuuid
Related projects:
Repository | Description | Stars |
---|---|---|
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 408 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
bsiddiqui/bookshelf-uuid | Automatically generates unique identifiers for database models | 32 |
aviate-labs/uuid.mo | Generates universally unique identifiers based on RFC 4122. | 20 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,592 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 446 |
proengsoft/laravel-jsvalidation | Reuses Laravel Validation Rules and Messages in client-side JavaScript validation without requiring custom code | 1,135 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
davidthingsaker/laravel-validator | A jQuery plugin that emulates the validation class from the Laravel framework. | 5 |
jrean/laravel-user-verification | Helps manage user verification and email validation in Laravel applications | 855 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
nalgeon/uuidv7 | Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases | 86 |