PHPackages                             nassau/kunstmaan-node-settings-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. nassau/kunstmaan-node-settings-bundle

ActiveLibrary

nassau/kunstmaan-node-settings-bundle
=====================================

1.1(8y ago)214.2kMITPHP

Since Aug 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mlebkowski/kunstmaan-node-settings-bundle)[ Packagist](https://packagist.org/packages/nassau/kunstmaan-node-settings-bundle)[ RSS](/packages/nassau-kunstmaan-node-settings-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Finally! A swift way of adding custom settings to any node in Kunstmaan Bundles CMS
===================================================================================

[](#finally-a-swift-way-of-adding-custom-settings-to-any-node-in-kunstmaan-bundles-cms)

Installation
------------

[](#installation)

Just `composer require nassau/kunstmaan-node-settings-bundle` and add `\Nassau\KunstmaanNodeSettingsBundle\NodeSettingsBundle` to your AppKernel file.

Usage
-----

[](#usage)

1. Create an Entity to hold your settings (it’s best if it has relation to a `NodeTranslation`, but it’s up to you) and a FormType for it
2. Create a SettingsHandler. To do this implement the `\Nassau\KunstmaanNodeSettingsBundle\Services\NodeSettingsHandlerInterface` interface and register that service in the container with a `nassau.node_settings` tag
3. Your form type will automatically show up when editing the node, and the entity will be persisted on save. Et voilà!

Kitchen sink
------------

[](#kitchen-sink)

The whole aim of this bundle is to be *simple*. So instead of creating everything from scratch, let’s use some existing boilerplate.

### `AbstractNodeSettingEntity`

[](#abstractnodesettingentity)

Use this class as a base for your entity so you’d have a `nodeTranslation` association defined out of the box.

### `AbstractNodeSettingsHandler`

[](#abstractnodesettingshandler)

Extend this class to have a simpler handler. It will use defaults for most of the values and only require you to set:

- The name of the entity class for your settings
- The name of the form type class
- And the name of the handler itself

The settings node will be automatically fetched and saved based on the current `NodeTranslation`.

Examples
--------

[](#examples)

Ok, so you still don’t get it and need a TL;DR or an example? [Look at the examples](examples/)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8572223899390b494d1282b615009bc2eea5ef1cd6bfc22f6e6b175034dadfe0?d=identicon)[mlebkowski](/maintainers/mlebkowski)

---

Top Contributors

[![mlebkowski](https://avatars.githubusercontent.com/u/848731?v=4)](https://github.com/mlebkowski "mlebkowski (1 commits)")

### Embed Badge

![Health badge](/badges/nassau-kunstmaan-node-settings-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nassau-kunstmaan-node-settings-bundle/health.svg)](https://phpackages.com/packages/nassau-kunstmaan-node-settings-bundle)
```

PHPackages © 2026

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