PHPackages                             dreadlabs/kunstmaan-config-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dreadlabs/kunstmaan-config-bundle

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

dreadlabs/kunstmaan-config-bundle
=================================

Opinionated configuration for your Kunstmaan CMS instance.

0.1.0(9y ago)058MITPHP

Since Sep 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DreadLabs/KunstmaanConfigBundle)[ Packagist](https://packagist.org/packages/dreadlabs/kunstmaan-config-bundle)[ Docs](http://opensource.van-tomas.de/)[ RSS](/packages/dreadlabs-kunstmaan-config-bundle/feed)WikiDiscussions master Synced 3d ago

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

Kunstmaan CMS Configuration Bundle
==================================

[](#kunstmaan-cms-configuration-bundle)

Provide streamlined configuration for a Kunstmaan CMS application.

What does it do?
----------------

[](#what-does-it-do)

1. Compiler passes

    - `kunstmaan_media.filesystem_adapter` - Allow re-configuration of the path according to the integrated `LiipImagineBundle`

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

[](#installation)

```
composer require dreadlabs/kunstmaan-config-bundle:*

```

How to activate?
----------------

[](#how-to-activate)

Add the bundle to your `AppKernel`:

```
// ...
new DreadLabs\KunstmaanConfigBundle\DreadLabsKunstmaanConfigBundle(),
// ...

```

Add the following configuration keys to your `parameters.yml.dist`:

```
liipimagine_webroot: '%kernel.root_dir%/../web'

```

Configure the default resolver in the `liip_imagine` configuration in `app/config/config.yml`:

```
liip_imagine:
    resolvers:
        default:
            web_path:
                web_root: '%liipimagine_webroot%'

```

Add the `loaders` section to the `liip_imagine` configuration section in `app/config/config.yml`:

```
liip_imagine:

    // ...

    loaders:
        default:
            filesystem:
                data_root: '%liipimagine_webroot%'

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

3569d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/277988?v=4)[tåmm¥](/maintainers/dreadwarrior)[@dreadwarrior](https://github.com/dreadwarrior)

---

Tags

configcmskunstmaan

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dreadlabs-kunstmaan-config-bundle/health.svg)

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

###  Alternatives

[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

28132.1k2](/packages/kunstmaan-seo-bundle)[kunstmaan/generator-bundle

If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?

23115.3k2](/packages/kunstmaan-generator-bundle)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)[kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher

13152.7k6](/packages/kunstmaan-utilities-bundle)[kunstmaan/live-reload-bundle

The KunstmaanLiveReloadBundle injects the livereload script from grunt-contrib-watch into your html page.

2227.7k](/packages/kunstmaan-live-reload-bundle)[kunstmaan/sitemap-bundle

A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes

10111.9k1](/packages/kunstmaan-sitemap-bundle)

PHPackages © 2026

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