Libraries tagged by identifier
kissous/uuid7
1 Downloads
Lightweight, dependency-free PHP library to generate and handle time-ordered identifiers: UUIDv7 (RFC 9562) and ULID.
kiefernwald/doctrine-uuid-generator
1513 Downloads
Use UUIDv4 as generated id in Doctrine ORM.
kebook.programacao.1/laravel-ulid
106 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
jmbg-labs/jmbg
1 Downloads
Validate Serbian unique master citizen number (JMBG - Jedinstveni Matični Broj Građana)
itsmejoshua/laravel-nova-uuid-support
13 Downloads
Adds uuid and other string identifier support to Laravel Nova
intrfce/laravel-public-ids
0 Downloads
Stripe-style, reversible prefixed public IDs for Eloquent models, backed by UUID v7.
identispec/core
0 Downloads
Deterministic offline validation of jurisdiction-governed identifiers with normalization and structured issue reporting
hraw/uuid
823 Downloads
A simple and lightweight class to create and validate uuid version 4 in PHP.
hilalahmad/php-uuid
7 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.
gubler/guid-doctrine
63 Downloads
Use of a ramsey/uuid UUID with GUID codec as Doctrine field type.
gubler/doctrine-extra-types
31 Downloads
Adds extra and alternate Doctrine column types
greyfoundry/identifold
1 Downloads
Identifold 1.0 identifiers for PHP
gponster/laravel-url62-uuid
61 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid
farhad-arjmand/lumen-hash-generator
5 Downloads
Cryptographically secure tokens and public identifiers for PHP, with optional Laravel integration.
fallen-komrades-dev/ksuid
1 Downloads
K-Sortable Unique Identifier (KSUID) for PHP, ported from ksuid-go and based on tuupola/ksuid