fuc/vendor/symfony/options-resolver
2025-02-23 13:30:57 +08:00
..
Debug Initial commit 2025-02-23 13:30:57 +08:00
Exception Initial commit 2025-02-23 13:30:57 +08:00
CHANGELOG.md Initial commit 2025-02-23 13:30:57 +08:00
composer.json Initial commit 2025-02-23 13:30:57 +08:00
LICENSE Initial commit 2025-02-23 13:30:57 +08:00
OptionConfigurator.php Initial commit 2025-02-23 13:30:57 +08:00
Options.php Initial commit 2025-02-23 13:30:57 +08:00
OptionsResolver.php Initial commit 2025-02-23 13:30:57 +08:00
README.md Initial commit 2025-02-23 13:30:57 +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