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

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

maarheeze/uuid-symfony
======================

symfony integration for a simple uuid value object

1.0.0(3mo ago)02MITPHPPHP ^8.2

Since Mar 17Pushed 2mo agoCompare

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

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

maarheeze/uuid-symfony
======================

[](#maarheezeuuid-symfony)

Symfony integration for [maarheeze/uuid](https://github.com/maarheeze/uuid). Provides a serializer normalizer for using UUIDs with the Symfony Serializer component.

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

[](#requirements)

- PHP 8.2+
- Symfony 8+

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

[](#installation)

```
composer require maarheeze/uuid-symfony
```

Usage
-----

[](#usage)

### Registering the normalizer

[](#registering-the-normalizer)

Register `UuidNormalizer` as a service in your Symfony application. When using autoconfiguration it will be picked up automatically.

```
services:
    Maarheeze\Uuid\Symfony\Component\Serializer\Normalizer\UuidNormalizer: ~
```

### Normalizing a UUID

[](#normalizing-a-uuid)

```
use Maarheeze\Uuid\Uuid;

$uuid = Uuid::generate();

$serializer->normalize($uuid); // '018e4c7a-3b2f-7000-8000-000000000000'
```

### Denormalizing a UUID

[](#denormalizing-a-uuid)

```
use Maarheeze\Uuid\UuidInterface;

$uuid = $serializer->denormalize('018e4c7a-3b2f-7000-8000-000000000000', UuidInterface::class);
```

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance84

Actively maintained with recent releases

Popularity2

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

101d 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-symfony/health.svg)

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

###  Alternatives

[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k16](/packages/solspace-craft-freeform)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

318117.1k1](/packages/cognesy-instructor-php)[api-platform/symfony

Symfony API Platform integration

354.0M110](/packages/api-platform-symfony)[symfony/ai-platform

PHP library for interacting with AI platform provider.

521.2M216](/packages/symfony-ai-platform)[api-platform/validator

API Platform validator component

264.1M23](/packages/api-platform-validator)[api-platform/state

API Platform state interfaces

244.3M112](/packages/api-platform-state)

PHPackages © 2026

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