Libraries tagged by database uuid
foodticket/laravel-efficient-uuid
93 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
managefaster/database
37 Downloads
Override model base eloquent and database functionality with encrypt function and uuid
net_bazzline/php_component_database_file_storage
44 Downloads
local file database
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.
dragonrun1/uuid64type
15 Downloads
An UUID v4 (random) library with a new custom compact format for use in database primary keys. It also includes helper traits to make integration easier in Doctrine.
dragonrun1/uuid64php
5 Downloads
An UUID v4 (random) library with a new custom compact format which is web and database friendly.
doctrine-dbal-util/connection-ramsey-uuid
282 Downloads
Trait and Methods to Query on a DBAL Connection using ramsey/uuid
creof/doctrine2-php-uuid-generator
27 Downloads
Doctrine2 pre-insert UUID id generator using PECL UUID (*nix) or COM (Windows)
brandoriented/uuid-doctrine
7 Downloads
Allow the use of ramsey/uuid as a Doctrine field type.
artorios/nestedset-uuid
61 Downloads
Nested Set Model for Laravel 5.7 and up with uuid support
dbal-util/connection-ramsey-uuid-postgresql
3 Downloads
Trait and Methods for Querying PostgreSQL on a DBAL Connection using ramsey/uuid
dbal-util/connection-ramsey-uuid
32 Downloads
Trait and Methods to Query on a DBAL Connection using ramsey/uuid
garethnic/unique
8 Downloads
A Laravel package to make uuid fields in a database table
mediagone/small-uid-doctrine
513 Downloads
Provides Doctrine types for mediagone/small-uid package.
laravel-orm/laravel-orm
14 Downloads
Describe your table fields in the model and let Laravel manage your migration for you