PHPackages                             rockbuzz/lara-uuid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rockbuzz/lara-uuid

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rockbuzz/lara-uuid
==================

Laravel Uuid

2.0.2(3y ago)01.1k[2 PRs](https://github.com/rockbuzz/lara-uuid/pulls)2MITPHPPHP &gt;=7.3

Since Mar 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rockbuzz/lara-uuid)[ Packagist](https://packagist.org/packages/rockbuzz/lara-uuid)[ RSS](/packages/rockbuzz-lara-uuid/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (10)Used By (2)

Lara Uuid
=========

[](#lara-uuid)

Laravel Uuid

Requirements
------------

[](#requirements)

PHP: &gt;=7.3

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-uuid
```

```
Schema::create('workspaces', function (Blueprint $table) {
    $table->uuid('id')->primary();
    ...
});

use Rockbuzz\LaraUuid\Traits\UUid;

class User extends Authenticatable
{
    use Uuid;

    public $incrementing = false;

    protected $keyType = 'string';

    protected $casts = [
        'id' => 'string',
    ];

    ...

}
```

License
-------

[](#license)

The Lara Uuid is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~180 days

Recently: every ~219 days

Total

7

Last Release

1176d ago

Major Versions

1.0.3 → 2.0.02021-07-12

PHP version history (3 changes)1.0.0PHP ^7.3

1.0.1PHP ^7.2

2.0.2PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a5c02aa268a45e5f1d9c67c331503d326eb4b49eb0fb80293dc7379ccef51f7?d=identicon)[rockbuzz](/maintainers/rockbuzz)

---

Top Contributors

[![tiagodevweb](https://avatars.githubusercontent.com/u/15040375?v=4)](https://github.com/tiagodevweb "tiagodevweb (7 commits)")[![rockbuzz-dev](https://avatars.githubusercontent.com/u/48301419?v=4)](https://github.com/rockbuzz-dev "rockbuzz-dev (3 commits)")[![renanrockbuzz](https://avatars.githubusercontent.com/u/115299341?v=4)](https://github.com/renanrockbuzz "renanrockbuzz (1 commits)")

---

Tags

laraveluuid

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rockbuzz-lara-uuid/health.svg)

```
[![Health](https://phpackages.com/badges/rockbuzz-lara-uuid/health.svg)](https://phpackages.com/packages/rockbuzz-lara-uuid)
```

###  Alternatives

[webpatser/laravel-uuid

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.

1.8k17.3M128](/packages/webpatser-laravel-uuid)[madewithlove/laravel-nova-uuid-support

Adds uuid and other string identifier support to Laravel Nova

28132.9k](/packages/madewithlove-laravel-nova-uuid-support)[riipandi/laravel-optikey

Use UUID, Ulid, or nanoid as optional or primary key in Laravel.

429.1k](/packages/riipandi-laravel-optikey)[elfsundae/laravel-hashid-uuid

Shorten UUID encoding for Laravel Hashid.

132.5k](/packages/elfsundae-laravel-hashid-uuid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
