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

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

programm011/uuid
================

HasUuids

2.1(2y ago)0345MITPHP

Since Sep 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/programm011/uuid)[ Packagist](https://packagist.org/packages/programm011/uuid)[ RSS](/packages/programm011-uuid/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

uuid
====

[](#uuid)

UUID traits for Laravel

Usage/Examples
--------------

[](#usageexamples)

Model

```
use Traits\HasUuids;class User extends Authenticatable
{
    use Notifiable,UUID;
```

Migration

```
return new class extends Migration {
    /**
     * Run the migrations.
     */
    public function up(): void
    {
        Schema::create('users', function (Blueprint $table) {
            $table->uuid('id')->primary();
            $table->string('username')->unique();
            $table->string('password')->nullable();
            $table->rememberToken();
            $table->timestamps();
        });
    }

    /**
     * Reverse the migrations.
     */
    public function down(): void
    {
        Schema::dropIfExists('users');
    }
};
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~0 days

Total

4

Last Release

1006d ago

Major Versions

1.1 → 2.02023-09-21

### Community

Maintainers

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

---

Top Contributors

[![nizomiddinzaripov](https://avatars.githubusercontent.com/u/38242828?v=4)](https://github.com/nizomiddinzaripov "nizomiddinzaripov (6 commits)")

### Embed Badge

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

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

###  Alternatives

[parallax/filament-syntax-entry

Add a Filament infolist entry for themeable syntax highlighting.

1875.7k](/packages/parallax-filament-syntax-entry)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

1911.7k](/packages/imanilchaudhari-yii2-currency-converter)[bummzack/page-blocks

Modular content-blocks for SilverStripe pages

135.3k](/packages/bummzack-page-blocks)[edofre/laravel-fullcalendar-scheduler

Laravel component for fullcalendar scheduler module

251.5k](/packages/edofre-laravel-fullcalendar-scheduler)[weissheiten/neos-bootstrap

Neos CMS Bootstrap Plugin, providing a variety of NodeTypes for out-of-the-box use

182.0k](/packages/weissheiten-neos-bootstrap)

PHPackages © 2026

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