PHPackages                             bitbirddev/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bitbirddev/pimcore-relation-select-fields

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

bitbirddev/pimcore-relation-select-fields
=========================================

Pimcore 10.x | 11.x Relation-Fields for DataObjects and Documents

1.0(2y ago)01.5k↓50%GPL-3.0+JavaScript

Since Dec 31Pushed 2y agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

bitbirddev - RelationSelectFieldsBundle
=======================================

[](#bitbirddev---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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.7% 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

869d ago

### Community

Maintainers

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

---

Top Contributors

[![dominikschnieper](https://avatars.githubusercontent.com/u/9943150?v=4)](https://github.com/dominikschnieper "dominikschnieper (15 commits)")[![bitbirddev](https://avatars.githubusercontent.com/u/15128942?v=4)](https://github.com/bitbirddev "bitbirddev (6 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/bitbirddev-pimcore-relation-select-fields/health.svg)

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

###  Alternatives

[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[dachcom-digital/schema

Pimcore Schema

1075.7k](/packages/dachcom-digital-schema)

PHPackages © 2026

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