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

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

componenta/uuid
===============

UUID value objects and generators for Componenta

v1.0.0(1mo ago)081MITPHPPHP ^8.4

Since Jun 16Pushed 1mo agoCompare

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

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

Componenta Uuid
===============

[](#componenta-uuid)

Compatibility DI provider for Ramsey UUID.

This package exists for projects that still need Ramsey's `UuidFactoryInterface` registered through Componenta configuration. New domain code should prefer `componenta/identity` and depend on `Componenta\Identity\UuidInterface` or `Componenta\Identity\UuidFactoryInterface`.

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

[](#installation)

```
composer require componenta/uuid
```

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

[](#requirements)

- PHP 8.4+
- `ramsey/uuid`
- Componenta config/DI integration when used through a container

Related Packages
----------------

[](#related-packages)

PackageWhy it matters here`ramsey/uuid`This package registers Ramsey `UuidFactoryInterface`.`componenta/config``ConfigProvider` returns dependency metadata.`componenta/di`Consumes the registered Ramsey UUID factory.`componenta/identity`Preferred package for new Componenta UUID value objects and generators.What It Provides
----------------

[](#what-it-provides)

`Componenta\Uuid\ConfigProvider` registers Ramsey's `UuidFactoryInterface` factory:

```
use Componenta\Uuid\ConfigProvider;
use Ramsey\Uuid\UuidFactoryInterface;

$config = (new ConfigProvider())();
$factory = $config['dependencies']['factories'][UuidFactoryInterface::class];

$uuidFactory = $factory();
```

Boundary
--------

[](#boundary)

The package does not define a Componenta UUID value object. It is a compatibility provider only. Prefer `componenta/identity` for framework-level identity contracts and domain UUID abstractions.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20490712?v=4)[Andrey Shelamkoff](/maintainers/Shelamkoff)[@Shelamkoff](https://github.com/Shelamkoff)

---

Top Contributors

[![Shelamkoff](https://avatars.githubusercontent.com/u/20490712?v=4)](https://github.com/Shelamkoff "Shelamkoff (1 commits)")

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k91](/packages/pocketmine-pocketmine-mp)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.1k5.2k](/packages/shlinkio-shlink)[markocupic/calendar-event-booking-bundle

Contao Calendar Event Booking Bundle

135.2k1](/packages/markocupic-calendar-event-booking-bundle)[mynaparrot/plugnmeet-sdk

plugNmeet PHP SDK

112.8k](/packages/mynaparrot-plugnmeet-sdk)

PHPackages © 2026

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