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)059.2k↓44.6%[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 3d 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 88% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity30

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

541d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5709900?v=4)[Thomas Nordahl Pedersen](/maintainers/thomasnordahl-dk)[@thomasnordahl-dk](https://github.com/thomasnordahl-dk)

![](https://avatars.githubusercontent.com/u/13201214?v=4)[Bo Andersen](/maintainers/boan-jfm)[@boan-jfm](https://github.com/boan-jfm)

![](https://avatars.githubusercontent.com/u/32329468?v=4)[Jesper Østergaard Jensen](/maintainers/JyskFynskeMedierJoej)[@JyskFynskeMedierJoej](https://github.com/JyskFynskeMedierJoej)

![](https://avatars.githubusercontent.com/u/25659854?v=4)[Michelle Fich](/maintainers/mifich)[@mifich](https://github.com/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

[league/statsd

A simple library for working with StatsD in PHP.

3574.5M16](/packages/league-statsd)[windinternet/randomdata

TYPO3 extensions to generate new random data or replace existing data with random data

141.4k](/packages/windinternet-randomdata)

PHPackages © 2026

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