Libraries tagged by database uuid
ramsey/uuid-doctrine
34185268 Downloads
Use ramsey/uuid as a Doctrine field type.
dyrynda/laravel-efficient-uuid
1106656 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
weebly/laravel-mutate
50513 Downloads
Mutate Laravel attributes
bnomei/kirby3-autoid
21393 Downloads
Automatic unique ID for Pages, Files and nested Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
mykemeynell/laraveluuid
300 Downloads
UUID column functionality for Laravel projects
jrsaunders/shard-matrix
1482 Downloads
A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.
kadevland/simple-laravel-eloquent-uuid
129 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
benbjurstrom/eloquent-postgres-uuids
4035 Downloads
A laravel eloquent trait facilitating the use of uuids as the primary key in a postgres database
mediagone/small-uid
715 Downloads
Small Unique Identifier - Quite like an ULID, but half smaller (64 bits).
laramore/laramore
1143 Downloads
Describe your table fields in the model and let Laravel the rest
stescacom/laravel-uuid-database-queue
11 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
jackeratarina/laravel-uuid-database-queue
9 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
iggyvolz/uuiddb
2 Downloads
Global in-memory or memory-accessible database of UUID => PHP object
michalkortas/laravel-uuid
497 Downloads
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
michielkempen/laravel-uuid-model
15660 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.