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(4mo ago)0142MITPHPPHP ^8.2

Since Mar 19Pushed 3mo 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 4w 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

38

—

LowBetter than 83% of packages

Maintenance77

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

142d 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

[livewire/flux

The official UI component library for Livewire.

9628.9M145](/packages/livewire-flux)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4971.7M12](/packages/leandrocfe-filament-apex-charts)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

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

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

45012.2k](/packages/venturedrake-laravel-crm)[noerd/noerd

101.4k11](/packages/noerd-noerd)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1422.0k5](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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