https://github.com/symfony/options-resolver
Provides an improved replacement for the array_replace PHP function
https://github.com/symfony/options-resolver
component config configuration options php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Provides an improved replacement for the array_replace PHP function
- Host: GitHub
- URL: https://github.com/symfony/options-resolver
- Owner: symfony
- License: mit
- Created: 2012-05-16T05:51:32.000Z (over 13 years ago)
- Default Branch: 7.3
- Last Pushed: 2025-11-27T13:41:42.000Z (about 2 months ago)
- Last Synced: 2025-12-02T03:03:17.897Z (about 2 months ago)
- Topics: component, config, configuration, options, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/options-resolver
- Size: 705 KB
- Stars: 3,244
- Watchers: 5
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
---------
* [Documentation](https://symfony.com/doc/current/components/options_resolver.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)