oro / config
This package is abandoned and no longer maintained.
The author suggests using the oro/platform package instead.
ORO Config Component
1.9.0-RC2
2016-01-14 20:05 UTC
Requires
- php: >=5.4.9
- symfony/config: ~2.1
- symfony/dependency-injection: ~2.1
- symfony/yaml: ~2.1
- dev-master / 1.0.x-dev
- 1.9.0-RC2
- 1.9.0-RC1
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.2.0-rc1
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha6
- 1.0.0-alpha5
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
This package is not auto-updated.
Last update: 2018-05-23 21:13:36 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.