Libraries tagged by GUID PHP
hraw/uuid
774 Downloads
A simple and lightweight class to create and validate uuid version 4 in PHP.
j20/php-uuid
66825 Downloads
Generate a UUID v4 with PHP.
iliaal/fast_uuid
2 Downloads
Fast RFC 9562 UUID generation (v1/v2/v3/v4/v5/v6/v7/v8 + nil/max) as a PHP C extension, with a ramsey/uuid-shaped object API and procedural fast-path functions.
castor/identifier
5 Downloads
High-performance 128-bit identifier extension for PHP (UUIDs and ULIDs)
anytizer/guid.php
101 Downloads
GUID Generator for PHP
battleyephp/guid
167 Downloads
PHP BattlEye GUID
rogervila/com_create_guid
2083 Downloads
PHP com_create_guid implementation for systems that do not support it
uuidfactory/uuidfactory-php
1 Downloads
PHP client for UUIDFactory API – generate and validate UUIDs online
juanpablom/php-uuid
53 Downloads
Generate a UUID v4 with 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.
ano/php-utils
173 Downloads
Php util tools
ondram/shortuuid-php55
3864 Downloads
PHP 5.5 compatible fork of library that generates concise, unambiguous, URL-safe UUIDs
uuid-v9/uuid-v9
1 Downloads
Fast, lightweight, zero-dependency PHP implementation of UUID version 9
kissous/uuid7
1 Downloads
Lightweight, dependency-free PHP library to generate and handle time-ordered identifiers: UUIDv7 (RFC 9562) and ULID.
helicon-os/uuid
12 Downloads
Generic basic UUID Generator for PHP with various output formats like 16byte binary, hex formats (compact, grouped, ...), base32-like and base64-like. V4 Random UUIDs and Sequential UUIDs can be generated.