PHPackages                             nambu-ch/opendxp-relation-select-fields - 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. nambu-ch/opendxp-relation-select-fields

ActiveOpendxp-bundle

nambu-ch/opendxp-relation-select-fields
=======================================

OpenDXP 1.x Relation-Fields for DataObjects and Documents

v1.0.0(today)01↑2900%GPL-3.0+JavaScript

Since Aug 24Pushed todayCompare

[ Source](https://github.com/nambu-ch/opendxp-relation-select-fields)[ Packagist](https://packagist.org/packages/nambu-ch/opendxp-relation-select-fields)[ Docs](https://github.com/nambu-ch/opendxp-relation-select-fields)[ RSS](/packages/nambu-ch-opendxp-relation-select-fields/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

nambu - RelationSelectFieldsBundle
==================================

[](#nambu---relationselectfieldsbundle)

### Dropdowns for relations in documents and dataobjects

[](#dropdowns-for-relations-in-documents-and-dataobjects)

[![Image description](readme-document-relations.png)](readme-document-relations.png)

#### Usage in Documents

[](#usage-in-documents)

Show a selectbox instead of the classic drag'n'drop field to configure relations inside a document.

Relation field for one object.

```
{{ opendxp_relation_select("my-name", {
    "objectFolder": 2,
    "recursive": true,
    "classes": ["Person"],
    "types": ["object"],
    "displayFieldName": "Name",
}) }}

```

Relation field for multiple objects.

```
{{ opendxp_relations_select("my-name", {
    "objectFolder": 2,
    "recursive": true,
    "classes": ["Person"],
    "types": ["object"],
    "displayFieldName": "Name",
}) }}

```

Base-Options for all relations.

```
types: array with allowed types of object, asset, document

```

Possible options for DataObject relations.

```
objectFolder: ID or path of a folder
classes: Filter for DataObject Types
displayFieldName: FieldName of the DataObject (e.g. Name)
recursive: Load DataObjects recursive

```

Possible options for Assets relations.

```
assetFolder: ID or path of a folder
assetTypes: Filter for types (e.g. folder, image, ...)

```

Possible options for Document relations.

```
documentFolder: ID or path of a folder
documentTypes: Filter for types (e.g. page, email, ...)

```

#### Usage in DataObjects

[](#usage-in-dataobjects)

Choose one of the new Data-Fields in the Relations Menu and configure them.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/efe54c39c218f1508a1201b0e1964df8ac95e6257c3dbb5a02fcbcae02bba3d1?d=identicon)[nambu-ch](/maintainers/nambu-ch)

---

Top Contributors

[![dominikschnieper](https://avatars.githubusercontent.com/u/9943150?v=4)](https://github.com/dominikschnieper "dominikschnieper (2 commits)")

---

Tags

dataobjectopendxp

### Embed Badge

![Health badge](/badges/nambu-ch-opendxp-relation-select-fields/health.svg)

```
[![Health](https://phpackages.com/badges/nambu-ch-opendxp-relation-select-fields/health.svg)](https://phpackages.com/packages/nambu-ch-opendxp-relation-select-fields)
```

###  Alternatives

[axllent/silverstripe-version-truncator

Automatically delete old versioned Silverstripe records from the database

3580.3k3](/packages/axllent-silverstripe-version-truncator)

PHPackages © 2026

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