You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
12 years ago | |
---|---|---|
.. | ||
Definition | 12 years ago | |
Exception | 12 years ago | |
Loader | 12 years ago | |
Resource | 12 years ago | |
Tests | 12 years ago | |
Util | 12 years ago | |
CHANGELOG.md | 12 years ago | |
ConfigCache.php | 12 years ago | |
FileLocator.php | 12 years ago | |
FileLocatorInterface.php | 12 years ago | |
LICENSE | 12 years ago | |
README.md | 12 years ago | |
composer.json | 12 years ago | |
phpunit.xml.dist | 12 years ago |
README.md
Config Component
Config provides the infrastructure for loading configurations from different data sources and optionally monitoring these data sources for changes. There are additional tools for validating, normalizing and handling of defaults that can optionally be used to convert from different formats to arrays.
Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Config/
$ composer.phar install --dev
$ phpunit