PHPackages                             beatsync/laravel-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. beatsync/laravel-uuid

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

beatsync/laravel-uuid
=====================

A simple UUID trait for your Eloquent models.

0.0.2(5y ago)028MITPHPPHP ^7.3

Since Apr 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/beatsyncco/laravel-uuid)[ Packagist](https://packagist.org/packages/beatsync/laravel-uuid)[ Docs](https://github.com/beatsyncco/laravel-uuid)[ RSS](/packages/beatsync-laravel-uuid/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

Laravel UUID
============

[](#laravel-uuid)

A simple UUID trait for your eloquent models.

Installation
------------

[](#installation)

Install the package via composer

```
composer require beatsync/laravel-uuid`
```

Useage
------

[](#useage)

```
namespace App;

use BeatSync\Uuid\HasUuid;
use Illuminate\Database\Eloquent\Model;

class MyModel extends Model
{
    use HasUuid;
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~155 days

Total

2

Last Release

2051d ago

PHP version history (2 changes)0.0.1PHP ^7.2

0.0.2PHP ^7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/df65afa8638321b7070b1d67e456f39ab0196d1de7e6d1f57cb9e74540a7030f?d=identicon)[chrisbratherton](/maintainers/chrisbratherton)

---

Top Contributors

[![seriousjelly](https://avatars.githubusercontent.com/u/5570468?v=4)](https://github.com/seriousjelly "seriousjelly (8 commits)")

---

Tags

laraveltraituuiduuid trait

### Embed Badge

![Health badge](/badges/beatsync-laravel-uuid/health.svg)

```
[![Health](https://phpackages.com/badges/beatsync-laravel-uuid/health.svg)](https://phpackages.com/packages/beatsync-laravel-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)

PHPackages © 2026

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