oro/config

This package is abandoned and no longer maintained. The author suggests using the oro/platform package instead.

ORO Config Component


README

Oro Config Component provides additional resource types to Symfony Config Component infrastructure responsibles for loading configurations from different data sources and optionally monitoring these data sources for changes.

Resource Types

Resource Merge

  • Configuration Merger provides a way to merge configurations of some resource both from one or many bundles. Supports two strategies: replace and append.

System Aware Resolver

The System Aware Resolver allows to make your configuration files more dynamic. For example you can call service's methods, static methods, constants, context variables etc.