spatie/laravel-binary-uuid
NOT MAINTAINED. Store UUID primary keys as optimized binary in Laravel models for faster indexing/queries (MySQL/SQLite). Provides UUID generation and Eloquent trait/scopes to encode/decode and query by UUID, plus benchmarks to compare performance.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| webpatser/laravel-uuid | 0.90 | Laravel package for generating and working with UUIDs. Provides a UUID model trait, helpers to create v1/v4 UUIDs, and integrates with Eloquent so models can use UUID primary keys instead of auto-increment IDs. | 1,800 | 1,832 | 150 | 191K | 0 | 13.8 | 28.0 | — | 11 years ago | |
| rhumsaa/uuid | 0.89 | Deprecated PHP 5.3+ library for generating and working with RFC 4122 UUIDs (v1, v3, v4, v5). No longer maintained—use ramsey/uuid instead. | 5 | 18 | 3 | 6K | 0 | 0.1 | 29.2 | MIT | — | |
| michalkortas/laravel-uuid | 0.88 | — | 2 | 2 | 0 | 0 | 0 | 1.5 | — | — | 5 years ago | |
| cycle/entity-behavior-uuid | 0.87 | Cycle ORM behavior that adds first-class UUID columns using ramsey/uuid. Annotate entities with Uuid4 and map fields as type "uuid" (including primary keys) for automatic UUID handling in Cycle ORM models. | 0 | 0 | 4 | 9K | 0 | 1.0 | 54.7 | MIT | 2 years ago | |
| broadway/uuid-generator | 0.87 | UUID generator utilities for your application, powered by ramsey/uuid. Includes a standard generator plus testing helpers for predictable UUIDs in tests. Comes with a runnable example script in the examples directory. | 20 | 20 | 9 | 24K | 0 | 2.0 | 42.2 | MIT | 6 years ago | |
| da-vinci-studio/uuid-generator | 0.87 | Laravel/PHP UUID generator package by Da Vinci Studio. Provides simple helpers to generate UUIDs for your application, useful for model identifiers, tokens, and unique references, with easy integration into existing projects. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 9 years ago | |
| stayallive/laravel-eloquent-uuid | 0.87 | — | 4 | 4 | 0 | 5K | 0 | 17.6 | 46.7 | MIT | 2 months ago | |
| labrodev/laravel-uuidable | 0.86 | — | 1 | 1 | 0 | 1 | 0 | 0.0 | 2.4 | MIT | — | |
| dyrynda/laravel-model-uuid | 0.86 | — | 481 | 481 | 54 | 78K | 1 | 29.2 | 35.8 | MIT | 2 months ago | |
| simlux/laravel-model-uuid | 0.86 | — | 0 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| webpatser/uuid | 0.85 | Pure PHP UUID generator/validator for RFC 4122 & RFC 9562. Create UUID v1, v3, v4, v5, v6, v7 and v8, plus nil UUIDs. Import, validate, compare, and access string/hex/bytes/URN, version, variant, and time fields. | 1 | 1 | 0 | 10K | 0 | 0.0 | 51.5 | MIT | — | |
| fahriztx/model-uuid | 0.84 | Laravel/PHP trait to add automatic UUIDs to Eloquent models. Generates a UUID when creating records and supports using UUIDs as primary keys or additional identifiers, reducing reliance on auto-increment IDs and easing integration across systems. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 1 year ago | |
| goldspecdigital/laravel-eloquent-uuid | 0.83 | — | 510 | 510 | 45 | 12K | 0 | 9.6 | 19.2 | MIT | 3 years ago | |
| spatie/laravel-sluggable | 0.80 | Generate unique slugs for Eloquent models on create/update. Supports collision suffixes, translatable slugs, and customizable slug options. Includes self-healing URLs that keep old links working via slug+ID route keys with 308 redirects to the canonical URL. | 1,545 | 1,562 | 190 | 419K | 0 | 42.1 | 39.3 | MIT | 1 month ago | |
| spatie/laravel-tags | 0.79 | Add flexible tagging to Laravel Eloquent models with the HasTags trait. Create, attach, detach, and query tags with ease, with built-in support for tag types, translations, and sorting—ideal for organizing content across your app. | 1,740 | 1,760 | 286 | 474K | 0 | 41.0 | 37.9 | MIT | 3 months ago | |
| spatie/laravel-data | 0.79 | Create rich, typed data objects for Laravel that replace form requests and API transformers. Automatically map from requests, validate with inferred rules, transform to resources (with lazy/partial fields), and generate TypeScript definitions from the same source. | 1,757 | 1,760 | 282 | 2M | 3 | 47.5 | 49.2 | MIT | 4 weeks ago | |
| spatie/laravel-backup | 0.79 | Back up your Laravel app to any configured filesystem. Creates zip archives of selected files plus database dumps, supports multiple destinations, health monitoring, notifications, and automated cleanup of old backups via simple Artisan commands. | 5,986 | 6,069 | 796 | 793K | 0 | 67.2 | 33.6 | MIT | 2 months ago | |
| spatie/laravel-blink | 0.78 | Request-scoped in-memory cache for Laravel. Use the blink() helper or facade to store and retrieve values for the duration of a single request, with helpers like once(), get/put, wildcard key prefixes, increment, forget/flush, plus ArrayAccess and Countable support. | 162 | 163 | 14 | 47K | 0 | 21.6 | 38.3 | MIT | 3 months ago | |
| spatie/laravel-translatable | 0.78 | Adds a HasTranslations trait to Eloquent models to store translations as JSON in the same table (no extra tables). Define translatable attributes via PHP attribute or $translatable, then set/get translations per locale and auto-resolve by app locale. | 2,444 | 2,464 | 297 | 1M | 0 | 49.1 | 42.1 | MIT | 1 month ago |
How can I help you explore Laravel packages today?