.. | ||
Debug | ||
Exception | ||
Tests | ||
.gitignore | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE | ||
Options.php | ||
OptionsResolver.php | ||
phpunit.xml.dist | ||
README.md |
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.