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
152 forks
Language: PHP
last commit: 12 months 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 | 407 |
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,581 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |
proengsoft/laravel-jsvalidation | Reuses Laravel Validation Rules and Messages in client-side JavaScript validation without requiring custom code | 1,134 |
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 | 854 |
felixkiss/uniquewith-validator | Custom validation rule to ensure unique values across multiple columns in a database table. | 388 |
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 | 82 |