Julio Montoya 321ce65f18 Updating vendors 11 سال پیش
..
Definition 321ce65f18 Updating vendors 11 سال پیش
Exception 261ca3114d Updating vendors + files from 1.10 11 سال پیش
Loader 261ca3114d Updating vendors + files from 1.10 11 سال پیش
Resource 261ca3114d Updating vendors + files from 1.10 11 سال پیش
Tests 321ce65f18 Updating vendors 11 سال پیش
Util 261ca3114d Updating vendors + files from 1.10 11 سال پیش
CHANGELOG.md 261ca3114d Updating vendors + files from 1.10 11 سال پیش
ConfigCache.php 261ca3114d Updating vendors + files from 1.10 11 سال پیش
FileLocator.php 261ca3114d Updating vendors + files from 1.10 11 سال پیش
FileLocatorInterface.php 261ca3114d Updating vendors + files from 1.10 11 سال پیش
LICENSE 261ca3114d Updating vendors + files from 1.10 11 سال پیش
README.md 261ca3114d Updating vendors + files from 1.10 11 سال پیش
composer.json 261ca3114d Updating vendors + files from 1.10 11 سال پیش
phpunit.xml.dist 261ca3114d Updating vendors + files from 1.10 11 سال پیش

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