Libraries tagged by Laravel UUID
webpatser/laravel-uuid
17842506 Downloads
Laravel integration for webpatser/uuid - High-performance drop-in UUID replacements (15% faster than Ramsey). Provides Str macros, HasUuids trait, facades, and casts. RFC 4122/9562 compliant.
dyrynda/laravel-model-uuid
3062668 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
goldspecdigital/laravel-eloquent-uuid
1342270 Downloads
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
binarycabin/laravel-uuid
623328 Downloads
A wrapper for webpatser/laravel-uuid with additional integration
dyrynda/laravel-efficient-uuid
1200403 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
emadadly/laravel-uuid
420186 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
stayallive/laravel-eloquent-uuid
40233 Downloads
Generate UUID for a Laravel Eloquent model attribute.
spatie/laravel-binary-uuid
66687 Downloads
Binary support for UUIDs in Laravel
alsofronie/eloquent-uuid
336424 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
rorecek/laravel-ulid
165055 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
kblais/laravel-uuid
84956 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
jeremykenedy/uuid
136725 Downloads
Laravel package to generate a UUID according to the RFC 4122 standard. UUID Versions 1, 3, 4 and 5 are supported. With MIT license.
madewithlove/laravel-nova-uuid-support
134074 Downloads
Adds uuid and other string identifier support to Laravel Nova
bavix/laravel-wallet-uuid
51606 Downloads
Addition to the package laravel-wallet.
jamesmills/eloquent-uuid
43801 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models