streams/vendor/symfony/options-resolver
2019-05-24 15:50:49 +10:00
..
Debug move phpgit to composer 2019-04-16 14:51:27 +10:00
Exception move phpgit to composer 2019-04-16 14:51:27 +10:00
Tests composer update 2019-05-24 15:50:49 +10:00
.gitignore move phpgit to composer 2019-04-16 14:51:27 +10:00
CHANGELOG.md move phpgit to composer 2019-04-16 14:51:27 +10:00
composer.json move phpgit to composer 2019-04-16 14:51:27 +10:00
LICENSE move phpgit to composer 2019-04-16 14:51:27 +10:00
Options.php move phpgit to composer 2019-04-16 14:51:27 +10:00
OptionsResolver.php move phpgit to composer 2019-04-16 14:51:27 +10:00
phpunit.xml.dist move phpgit to composer 2019-04-16 14:51:27 +10:00
README.md move phpgit to composer 2019-04-16 14:51:27 +10:00

OptionsResolver Component

The OptionsResolver component is array_replace on steroids. It allows you to create an options system with required options, defaults, validation (type, value), normalization and more.

Resources