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

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

kodus/uuid-v5
=============

Simple UUID v5 generator

1.2.0(1y ago)051.7k↓18.2%[1 issues](https://github.com/kodus/uuid-v5/issues)1MITPHPPHP &gt;=8.0

Since Sep 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kodus/uuid-v5)[ Packagist](https://packagist.org/packages/kodus/uuid-v5)[ RSS](/packages/kodus-uuid-v5/feed)WikiDiscussions master Synced 1mo ago

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

kodus/uuid-v5
=============

[](#kodusuuid-v5)

Simple static UUID v5 generator/validator.

[![PHP Version](https://camo.githubusercontent.com/487804500a039aee09e5d93e41b745b4cd68dcc0fdf801e67d26d30b93f83358/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302532422d626c75652e737667)](https://packagist.org/packages/kodus/uuid-v5)[![Build Status](https://camo.githubusercontent.com/29a8f5f1b41a9733d90a9d49a9cdc4f90325914722d644dd1ed4c45407c0709e/68747470733a2f2f7472617669732d63692e6f72672f6b6f6475732f757569642d76352e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kodus/uuid-v5)

Usage
-----

[](#usage)

Create and validate formatted UUID v5:

```
use Kodus\Helpers\UUID;

$uuid = UUIDv5::create(UUIDv5::NS_URL, "http://example.com/"); // "0a300ee9-f9e4-5697-a51a-efc7fafaba67"

assert(UUIDv5::isValid($uuid));
```

Constants are available for the predefined namespaces defined in [RFC4122 appendix C](https://tools.ietf.org/html/rfc4122#appendix-C).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance41

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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

Every ~1149 days

Total

3

Last Release

494d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec1a54f85a6e46909df4ca4852ada0cc4b1482f7208dfc487d05554087e09cc9?d=identicon)[thomasnordahl-dk](/maintainers/thomasnordahl-dk)

![](https://www.gravatar.com/avatar/9d0432f9ee26cc6265bcf3817d88bf40a4a8669a603785b34946e9c15d7b3451?d=identicon)[boan-jfm](/maintainers/boan-jfm)

![](https://www.gravatar.com/avatar/22799a8c3c482e408f78fd86a999b271f1d5fd2e04b433c6d199f717b3032bb2?d=identicon)[JyskFynskeMedierJoej](/maintainers/JyskFynskeMedierJoej)

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

---

Top Contributors

[![mindplay-dk](https://avatars.githubusercontent.com/u/103348?v=4)](https://github.com/mindplay-dk "mindplay-dk (3 commits)")[![mifich](https://avatars.githubusercontent.com/u/25659854?v=4)](https://github.com/mifich "mifich (1 commits)")[![vortrixs](https://avatars.githubusercontent.com/u/15426116?v=4)](https://github.com/vortrixs "vortrixs (1 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[emmanpbarrameda/filament-take-picture-field

FilamentTakePictureField Component for Filament Forms

306.4k](/packages/emmanpbarrameda-filament-take-picture-field)

PHPackages © 2026

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