oro-flex / config
`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.
4.2.0
2021-12-29 07:47 UTC
Requires
- php: ~7.4.14 || ~8.0.0
Conflicts
- oro/platform: *
This package is auto-updated.
Last update: 2024-10-29 06:13:07 UTC
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
- Cumulative Resources provides a way to configure a bundle from other bundles.
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.