Libraries tagged by uuid
jasonmccallister/laravel-uuid-as-id
21 Downloads
Simple Laravel package that includes a trait for using UUIDs and IDs on Eloquent models
itsmejoshua/laravel-nova-uuid-support
11 Downloads
Adds uuid and other string identifier support to Laravel Nova
isabellab622/uuid
2 Downloads
UUID Version 4 Generation
iotekas/uuids
28 Downloads
UUID for Laravel
intelli-dust/uuid
4 Downloads
Simple UUID generating library
i2/uuid
5 Downloads
generates a UUID often a int primary key
hilalahmad/php-uuid
3 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.
hell-sh/uuid
383 Downloads
A wrapper for 128 unique bits.
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/uuid-encoder-bundle
52 Downloads
This bundle provides Symfony integration for gubler/uuid-encoder.
gubler/uuid-encoder
75 Downloads
Tool for encoding ramsey/uuid into shorter strings
gstjohn/eloquent-uuids
6 Downloads
Easily allow Laravel Eloquent models to utilize UUIDs as their primary key.
gpolverini/uuid
13 Downloads
UUID library for PHP
gollumsf/uuid
114 Downloads
An minimal implementation of uuid for PHP
glorand/laravel-eloquent-model-uuid
1021 Downloads
A simple solution for providing UUID support for the IDs of your Eloquent models.