PHPackages                             zendframework/zend-config-aggregator-parameters - 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. zendframework/zend-config-aggregator-parameters

Abandoned → [laminas/laminas-config-aggregator-parameters](/?search=laminas%2Flaminas-config-aggregator-parameters)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

zendframework/zend-config-aggregator-parameters
===============================================

PostProcessor extension for zendframework/zend-config-aggregator to allow usage of templated parameters within your configuration

1.2.0(6y ago)416.0k2BSD-3-ClausePHPPHP ^7.1

Since Apr 4Pushed 6y ago10 watchersCompare

[ Source](https://github.com/zendframework/zend-config-aggregator-parameters)[ Packagist](https://packagist.org/packages/zendframework/zend-config-aggregator-parameters)[ RSS](/packages/zendframework-zend-config-aggregator-parameters/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

zend-config-aggregator-parameters
=================================

[](#zend-config-aggregator-parameters)

> ## Repository abandoned 2019-12-31
>
> [](#repository-abandoned-2019-12-31)
>
> This repository has moved to [laminas/laminas-config-aggregator-parameters](https://github.com/laminas/laminas-config-aggregator-parameters).

[![Build Status](https://camo.githubusercontent.com/47847c5f1fc5903087703c4b708250ddf35aab59c8b01faec96ffde9f800d403/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7a656e646672616d65776f726b2f7a656e642d636f6e6669672d61676772656761746f722d706172616d65746572732e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/zendframework/zend-config-aggregator-parameters)[![Coverage Status](https://camo.githubusercontent.com/ad298be8b23d5a3fb84e3e79b44349358cd24475d38f8c1d6c67a9a4486a2e4d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a656e646672616d65776f726b2f7a656e642d636f6e6669672d61676772656761746f722d706172616d65746572732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zendframework/zend-config-aggregator-parameters?branch=master)

Provides an extension to the `zendframework/zend-config-aggregator` to allow parameters within your configuration.

Usage
-----

[](#usage)

```
use Zend\ConfigAggregator\ArrayProvider;
use Zend\ConfigAggregator\ConfigAggregator;
use Zend\ConfigAggregatorParameters\ParameterPostProcessor;

$aggregator = new ConfigAggregator(
    [
        new ArrayProvider([
            'parameter_usage' => '%foo%',
            'parameter_name' => '%%foo%%',
            'recursive_parameter_usage' => '%bar.baz%',
            'parameterized_parameter_usage' => '%bar.quux%',
        ]),
    ],
    null,
    [
        new ParameterPostProcessor([
            'foo' => 'bar',
            'bar' => [
                'baz' => 'qoo',
                'quux' => '%foo%',
            ],
        ]),
    ]
);

var_dump($aggregator->getMergedConfig());
```

Result:

```
array(5) {
  'parameter_usage' =>
  string(3) "bar"
  'parameter_name' =>
  string(5) "%foo%"
  'recursive_parameter_usage' =>
  string(3) "qoo"
  'parameterized_parameter_usage' =>
  string(3) "bar"
  'parameters' =>
  array(4) {
    'foo' =>
    string(3) "bar"
    'bar' =>
    array(2) {
      'baz' =>
      string(3) "qoo"
      'quux' =>
      string(3) "bar"
    }
    'bar.baz' =>
    string(3) "qoo"
    'bar.quux' =>
    string(3) "bar"
  }
}
```

For more details, please refer to the [documentation](https://docs.zendframework.com/zend-config-aggregator-parameters/).

---

- File issues at
- Documentation is at

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~198 days

Total

4

Last Release

2365d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/296074?v=4)[Zend Framework](/maintainers/zendframework)[@zendframework](https://github.com/zendframework)

---

Top Contributors

[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (26 commits)")[![boesing](https://avatars.githubusercontent.com/u/2189546?v=4)](https://github.com/boesing "boesing (15 commits)")[![michalbundyra](https://avatars.githubusercontent.com/u/7423207?v=4)](https://github.com/michalbundyra "michalbundyra (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zendframework-zend-config-aggregator-parameters/health.svg)

```
[![Health](https://phpackages.com/badges/zendframework-zend-config-aggregator-parameters/health.svg)](https://phpackages.com/packages/zendframework-zend-config-aggregator-parameters)
```

###  Alternatives

[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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