Libraries tagged by guid
ordinary/uid
8 Downloads
Library for using and generating universally unique ids.
openlss/func-gen
124 Downloads
Random generation functions
nechin/smart-hash
6 Downloads
A simple hash generator that makes it easy to get a hash for any text.
mihai-stancu/doctrine-types-extra
1843 Downloads
Doctrine2 storing `UUID()` as BINARY(16) and `UUID_SHORT()` as BIGINT for MySQL.
michalkortas/laravel-uuid
497 Downloads
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
mediagone/small-uid-doctrine
513 Downloads
Provides Doctrine types for mediagone/small-uid package.
liaosankai/eloquent-reinforce
8 Downloads
Laravel Eloquent Model Reinforce
leganz/laravel-uuid
2907 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
kebook.programacao.1/laravel-ulid
105 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
kduma/eloquent-uuidable
459 Downloads
Eases using and generating uuid's in Laravel Eloquent models.
juanpablom/php-uuid
45 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.
highperapp/uuid
0 Downloads
High-performance UUID generator library implementing RFC 9562 with optional Rust FFI acceleration
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.
gubler/doctrine-extra-types
31 Downloads
Adds extra and alternate Doctrine column types