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

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

maarheeze/uuid-livewire
=======================

livewire integration for a simple uuid value object

1.0.0(3mo ago)099MITPHPPHP ^8.2

Since Mar 19Pushed 2mo agoCompare

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

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

maarheeze/uuid-livewire
=======================

[](#maarheezeuuid-livewire)

Livewire integration for [maarheeze/uuid](https://github.com/maarheeze/uuid).

Livewire serializes component properties between requests. Without this package, it does not know how to handle `Uuid` value objects and will fail when one is used as a property. This package registers a property synthesizer that teaches Livewire how to serialize and deserialize `Uuid` instances automatically.

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

[](#requirements)

- PHP 8.2+
- Livewire 4.2+

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

[](#installation)

```
composer require maarheeze/uuid-livewire
```

Usage
-----

[](#usage)

### Custom Livewire components

[](#custom-livewire-components)

Declare a `Uuid` property directly — no manual conversion needed.

```
use Livewire\Component;
use Maarheeze\Uuid\Uuid;

class ShowArticle extends Component
{
    public Uuid $articleId;
}
```

### Filament

[](#filament)

Filament pages are Livewire components. When a Filament resource uses a `Uuid` as its primary key, Livewire needs to serialize it between requests — for example, when loading an edit page. Without this package, Filament will fail to keep track of the record.

```
use Filament\Resources\Resource;
use App\Models\Article; // model with a Uuid primary key

class ArticleResource extends Resource
{
    protected static string $model = Article::class;
}
```

No additional configuration is required in either case — installing this package is enough.

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance84

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

97d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/734972e64c460b2142b0b04b4f40aa30077c5dd1915411b486ec72efcae3c3bf?d=identicon)[wietsewarendorff](/maintainers/wietsewarendorff)

---

Top Contributors

[![wietsewarendorff](https://avatars.githubusercontent.com/u/313525?v=4)](https://github.com/wietsewarendorff "wietsewarendorff (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8071.3M20](/packages/jantinnerezo-livewire-alert)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21255.6k](/packages/ramonrietdijk-livewire-tables)[noerd/noerd

101.3k6](/packages/noerd-noerd)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23100.9k12](/packages/marcorieser-statamic-livewire)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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