PHPackages                             diatem-net/nodekey - 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. diatem-net/nodekey

ActiveDrupal-module

diatem-net/nodekey
==================

Generates a unique key for every node.

1.9(1y ago)0158GPL-3.0+PHP

Since Mar 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/diatem-net/nodekey)[ Packagist](https://packagist.org/packages/diatem-net/nodekey)[ RSS](/packages/diatem-net-nodekey/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (11)Used By (0)

Node Key
========

[](#node-key)

The Node Key module generate a unique key for every node.
This key can be used to load an node without relying on its id.

REQUIREMENTS
------------

[](#requirements)

Drupal 9.x.

INSTALLATION
------------

[](#installation)

Install this module as usual. Please see

CONFIGURATION
-------------

[](#configuration)

Global module settings can be found at admin/config/nodekey.

USAGE
-----

[](#usage)

```
// Get the url of a node
$url = NodeKeyEntity::url('my_node_key');

// Get a node entity
$node = NodeKeyEntity::load('my_node_key');

// Create a new key
$nodekey = NodeKeyEntity::create($node);

// theme suggestions
page--'my_node_key'
node--'my_node_key'

```

You can find the list of all created keys at `/admin/config/nodekey/list`.
This module currently does not allow edition, but feel free to edit the `node_nodekey` table in your database (just make sure taht there are no duplicates).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance42

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~278 days

Recently: every ~180 days

Total

10

Last Release

484d ago

### Community

Maintainers

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

---

Top Contributors

[![jlfritz](https://avatars.githubusercontent.com/u/9273907?v=4)](https://github.com/jlfritz "jlfritz (11 commits)")

### Embed Badge

![Health badge](/badges/diatem-net-nodekey/health.svg)

```
[![Health](https://phpackages.com/badges/diatem-net-nodekey/health.svg)](https://phpackages.com/packages/diatem-net-nodekey)
```

PHPackages © 2026

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