PHPackages                             alzpk/larauuid - 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. alzpk/larauuid

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

alzpk/larauuid
==============

Small package that makes the use of uuid easy in laravel

1.0.0(4y ago)024MITPHPPHP ^7.3|^8.0

Since Apr 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alzpk/larauuid)[ Packagist](https://packagist.org/packages/alzpk/larauuid)[ RSS](/packages/alzpk-larauuid/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Larauuid
========

[](#larauuid)

Small package that makes the use of uuid easy in laravel

### Installation

[](#installation)

To install this package, run the following composer command, inside your laravel project.

```
composer require alzpk/larauuid
```

### Usage

[](#usage)

To use this package simply use `Alzpk\Larauuid` inside your model.

**Example:**

```
namespace App\Models;

use Alzpk\Larauuid\Larauuid;
use Illuminate\Database\Eloquent\Model;

class Post extends Model
{
    use Larauuid;
}
```

**Remember to use uuid on the migrations like so:**

```
public function up()
    {
        Schema::create('posts', function (Blueprint $table) {
            $table->uuid('id')->primary();
            $table->string('title');
            $table->text('message');
            $table->timestamps();
        });
    }
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1475d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alzpk-larauuid/health.svg)

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

###  Alternatives

[symfony/polyfill-uuid

Symfony polyfill for uuid functions

688335.4M63](/packages/symfony-polyfill-uuid)[spatie/error-solutions

This is my package error-solutions

6853.2M11](/packages/spatie-error-solutions)[phpflo/phpflo

Flow-based programming for PHP

2173.3k4](/packages/phpflo-phpflo)[eftec/autoloadone

AutoloadOne is a program that generates an autoload class for PHP.

403.4k](/packages/eftec-autoloadone)[ys-tools/default-theme-configuration-bundle

OroCommerce Default Theme Configuration Bundle

124.2k](/packages/ys-tools-default-theme-configuration-bundle)

PHPackages © 2026

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