Registry / config / zendframework-zend-config-aggregator

zendframework-zend-config-aggregator

JSON →
library1.2.0phppackagistunverified

Lightweight library for collecting and merging configuration from different sources

composer require zendframework/zend-config-aggregator
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-config-aggregator
configphpv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigAggregator
use Zend\ConfigAggregator\ConfigAggregator;

Aggregate configuration from PHP files using the ConfigAggregator.

use Zend\ConfigAggregator\ConfigAggregator; use Zend\ConfigAggregator\PhpFileProvider; $aggregator = new ConfigAggregator([ new PhpFileProvider('config/*.php'), ]); $config = $aggregator->getMergedConfig();
Debug
Known issues
breakingThis package is part of the abandoned Zend Framework; consider migrating to Laminas.
fix
Use laminas/laminas-config-aggregator instead.
affects: >=1.0
Upgrade
Version history
1.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zendframework-zend-config-aggregator — pip install zendframework-zend-config-aggregator · libregistry