PHPackages                             lukaschel/pimcore-bundle-configuration - 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. lukaschel/pimcore-bundle-configuration

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

lukaschel/pimcore-bundle-configuration
======================================

Individual pimcore bundle configurations for sites and languages

1.0.1(7y ago)1721[1 PRs](https://github.com/Lukaschel/pimcore-bundle-configuration/pulls)1GPL-3.0-or-laterJavaScript

Since Mar 10Pushed 4y agoCompare

[ Source](https://github.com/Lukaschel/pimcore-bundle-configuration)[ Packagist](https://packagist.org/packages/lukaschel/pimcore-bundle-configuration)[ RSS](/packages/lukaschel-pimcore-bundle-configuration/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

PimcoreConfiguration
====================

[](#pimcoreconfiguration)

With this bundle it is possible to deposit individual configurations for each installed Pimcore bundle. Individual for each site and language.

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

[](#installation)

```
"require" : {
    "lukaschel/pimcore-bundle-configuration" : "~1.0.0"
}
```

Enable and install the bundle over the pimcore extension manager or the cli tool.

Just put in your bundle main file (for example: TestBundle.php)

```
public function getAdminIframePath()
{
    return '/admin/pimcoreconfiguration/bundle'.str_replace(__NAMESPACE__, '', __CLASS__);
}
```

Configuration
-------------

[](#configuration)

Go to the pimcore extension manager you should now get a "Configure" column.

Here you can config the "default" options for the bundle. This config will be located under your bundle resources folder (TestBundle/Resources/config/bundle/bundle.yml)

The Yaml files for the root site and the customs sites will be located under "/var/bundles/PimcoreConfigurationBundle/Bundles/TestBundle/name\_language.yml".

In this files only the values will be stored witch are different to the default configurations.

Usage
-----

[](#usage)

You can get the configured options by the service:

```
$service = $this->container->get('lukaschel.bundleconfiguration');
$service->getConfig($key);
```

Now you get the configuration for the current requested site, language and bundle;

When you want to get a specific config you can just put the parameters to the config call

```
$service->getConfig($key, $siteRootId, $language, $bundleName);
```

In your template you can just use the twig extension by calling:

```
{{ bundleconfiguration('key') }}
```

Copyright and license
---------------------

[](#copyright-and-license)

For licensing details please visit [LICENSE.md](LICENSE.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

2

Last Release

2608d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/lukaschel-pimcore-bundle-configuration/health.svg)

```
[![Health](https://phpackages.com/badges/lukaschel-pimcore-bundle-configuration/health.svg)](https://phpackages.com/packages/lukaschel-pimcore-bundle-configuration)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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