PHPackages                             survos/ark-bundle - 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. survos/ark-bundle

ActiveSymfony-bundle

survos/ark-bundle
=================

Symfony bundle for ARK identifier minting and resolution

2.0.170(1mo ago)00MITPHPPHP ^8.2CI passing

Since Mar 10Pushed 1mo agoCompare

[ Source](https://github.com/survos/ark-bundle)[ Packagist](https://packagist.org/packages/survos/ark-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-ark-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (39)Used By (0)

SurvosArkBundle
===============

[](#survosarkbundle)

Symfony bundle for ARK (Archival Resource Key) minting, binding, and resolution.

This bundle lets any Doctrine entity become ARK-enabled by implementing a small interface, then handles:

- minting identifiers,
- storing bindings,
- resolving ARKs,
- and redirecting `/ark/{naan}/{name}` requests.

Why ARK
-------

[](#why-ark)

- ARK Standard:
- ARK Spec (IETF draft):
- ARK Alliance:
- N2T Global Resolver:

Apply For A NAAN
----------------

[](#apply-for-a-naan)

To run ARKs in production, request your own NAAN:

- NAAN application form: [https://n2t.net/e/naan\_request](https://n2t.net/e/naan_request)
- Registry listing: [https://n2t.net/e/pub/naan\_registry.txt](https://n2t.net/e/pub/naan_registry.txt)

For memory organizations applying for a NAAN, include your collection and scan workflows in the application narrative. A practical policy is to ensure scans and related metadata carry your assigned number consistently in ARK URLs and institutional records.

Install
-------

[](#install)

```
composer require survos/ark-bundle
```

Configuration
-------------

[](#configuration)

Create `config/packages/survos_ark.yaml`:

```
survos_ark:
  naan: '12345'
  shoulder: 'fk'
  template: 'fk.reedeeedk'
  resolver_base_url: 'https://example.org'
  local_path: '/ark'
  db_type: 'lmdb'
  db_path: '%kernel.var_dir%/ark'
  auto_mint: true
  n2t_resolve: false
```

Entity Contracts
----------------

[](#entity-contracts)

- `Survos\ArkBundle\Contract\ArkableInterface`
- `Survos\ArkBundle\Contract\ArkQualifiableInterface`
- `Survos\ArkBundle\Contract\ErcMetadataInterface`

Commands
--------

[](#commands)

- `ark:mint`
- `ark:bind`
- `ark:resolve`
- `ark:validate`
- `ark:bulk-mint`
- `ark:report`
- `ark:reindex`

Route
-----

[](#route)

The bundle exposes:

- `GET /ark/{naan}/{name}`
- `GET /ark/{naan}/_probe` (NAAN probe endpoint)

It also supports inflections like `?info` and policy lookup (`??`).

Storage Engine
--------------

[](#storage-engine)

Minting and binding are backed by `daniel-km/noid`.

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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 ~0 days

Total

38

Last Release

51d ago

Major Versions

1.0.0 → 2.0.1262026-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (5 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-ark-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/survos-ark-bundle/health.svg)](https://phpackages.com/packages/survos-ark-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M646](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

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