Vmianqian/vendor/symfony/options-resolver
2025-04-27 10:56:38 +08:00
..
Exception first commit 2025-04-27 10:56:38 +08:00
Tests first commit 2025-04-27 10:56:38 +08:00
.gitignore first commit 2025-04-27 10:56:38 +08:00
CHANGELOG.md first commit 2025-04-27 10:56:38 +08:00
composer.json first commit 2025-04-27 10:56:38 +08:00
LICENSE first commit 2025-04-27 10:56:38 +08:00
Options.php first commit 2025-04-27 10:56:38 +08:00
OptionsResolver.php first commit 2025-04-27 10:56:38 +08:00
OptionsResolverInterface.php first commit 2025-04-27 10:56:38 +08:00
phpunit.xml.dist first commit 2025-04-27 10:56:38 +08:00
README.md first commit 2025-04-27 10:56:38 +08: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