PHPackages                             nambu-ch/pimcore-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. [Database &amp; ORM](/categories/database)
4. /
5. nambu-ch/pimcore-relation-select-fields

ActivePimcore-bundle[Database &amp; ORM](/categories/database)

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

Pimcore 6.x Relation-Fields for DataObjects and Documents

v3.0.0(7mo ago)520.5k↓21.4%3[1 issues](https://github.com/nambu-ch/pimcore-relation-select-fields/issues)GPL-3.0+JavaScript

Since Apr 28Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/nambu-ch/pimcore-relation-select-fields)[ Packagist](https://packagist.org/packages/nambu-ch/pimcore-relation-select-fields)[ Docs](https://github.com/nambu-ch/pimcore-relation-select-fields)[ RSS](/packages/nambu-ch-pimcore-relation-select-fields/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (18)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.

```
echo $view->relation_select("my-name", [
    "objectFolder" => 33,
    "recursive" => true,
    "classes" => ["BlogCategory"],
    "types" => ["object", "asset"],
    "displayFieldName" => "Name",
]);

```

Relation field for multiple objects.

```
echo $view->relations_select("my-name", [
    "objectFolder" => 34,
    "recursive" => true,
    "classes" => ["BlogCategory"],
    "types" => ["object", "asset"],
]);

```

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

46

—

FairBetter than 93% of packages

Maintenance59

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 76.2% 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 ~132 days

Recently: every ~349 days

Total

16

Last Release

225d ago

Major Versions

v1.0.2 → v2.0.02021-06-18

v2.1.1 → v3.0.02025-10-06

### 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 (16 commits)")[![lukas-schnieper](https://avatars.githubusercontent.com/u/11159008?v=4)](https://github.com/lukas-schnieper "lukas-schnieper (3 commits)")[![samynw](https://avatars.githubusercontent.com/u/11783803?v=4)](https://github.com/samynw "samynw (1 commits)")[![vmalyk](https://avatars.githubusercontent.com/u/5318027?v=4)](https://github.com/vmalyk "vmalyk (1 commits)")

---

Tags

pimcoredataobject

### Embed Badge

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

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

###  Alternatives

[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

36217.3k2](/packages/dachcom-digital-seo)[dachcom-digital/dynamic-search

Pimcore Dynamic Search Bundle

32143.9k5](/packages/dachcom-digital-dynamic-search)[dachcom-digital/emailizr

Pimcore Emailizr - create html emails the right way!

17370.2k4](/packages/dachcom-digital-emailizr)

PHPackages © 2026

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