PHPackages                             burgerbibliothek/ark-management-tools - 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. burgerbibliothek/ark-management-tools

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

burgerbibliothek/ark-management-tools
=====================================

PHP library for minting / validating Archival Resource Keys (ARK) and managing Electronic Resource Citation (ERC) Records.

0.0.15(2mo ago)220MITPHPPHP ^8.3CI passing

Since Aug 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/burgerbibliothek/ark-management-tools)[ Packagist](https://packagist.org/packages/burgerbibliothek/ark-management-tools)[ RSS](/packages/burgerbibliothek-ark-management-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (16)Used By (0)

ark-management-tools
====================

[](#ark-management-tools)

PHP Library for minting / validating Archival Resource Keys (ARK) and managing Electronic Resource Citation (ERC) Records.

Examples
--------

[](#examples)

### Generate new ARK

[](#generate-new-ark)

```
use Burgerbibliothek\ArkManagementTools\Ark

echo ARK::generate('12345', '0123456789bcdfghjkmnpqrstvwxz', 7, 'q1');
```

Expected possible output:

```
12345/q15fk5zszx

```

### Verify ARK with NOID Check digit algorithm

[](#verify-ark-with-noid-check-digit-algorithm)

```
use Burgerbibliothek\ArkManagementTools\Ncda

echo ARK::verify('12345/q15fk5zszx', '0123456789bcdfghjkmnpqrstvwxz');
```

Output:

```
true

```

### Split ARK into components

[](#split-ark-into-components)

```
use Burgerbibliothek\ArkManagementTools\Ark

var_dump(Ark::splitIntoComponents('https://ark.example.tld/ark:/99999/a1b2c3d4e5f6g/suffix?info'));
```

Output

```
array(7) {
  ["resolverService"]=> string(24) "https://ark.example.tld/"
  ["naan"]=> string(5) "99999"
  ["baseName"]=> string(13) "a1b2c3d4e5f6g"
  ["baseCompactName"]=> string(23) "ark:99999/a1b2c3d4e5f6g"
  ["checkZone"]=> string(19) "99999/a1b2c3d4e5f6g"
  ["suffixes"]=> string(11) "suffix?info"
  ["inflections"]=> array(1) {
    ["?info"]=> string(0) ""
  }
}
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~40 days

Recently: every ~1 days

Total

15

Last Release

64d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d8bf8a4f734e6c90fc0da77d78cad35bf5746cdd783a62e30f62375dd3010f?d=identicon)[burgerbib](/maintainers/burgerbib)

---

Top Contributors

[![giodi](https://avatars.githubusercontent.com/u/7964115?v=4)](https://github.com/giodi "giodi (51 commits)")

---

Tags

arkpersistent-identifierspid

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/burgerbibliothek-ark-management-tools/health.svg)

```
[![Health](https://phpackages.com/badges/burgerbibliothek-ark-management-tools/health.svg)](https://phpackages.com/packages/burgerbibliothek-ark-management-tools)
```

###  Alternatives

[touhonoob/rate-limit

PHP rate limiting library with Token Bucket Algorithm

137520.0k2](/packages/touhonoob-rate-limit)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[ballen/distical

A distance (Lat/Long) calculation library for PHP

40180.2k2](/packages/ballen-distical)

PHPackages © 2026

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