Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 12 years ago)
- Default Branch: 7.0
- Last Pushed: 2024-04-18T09:37:10.000Z (7 months ago)
- Last Synced: 2024-04-23T10:35:46.151Z (7 months ago)
- Topics: component, config, configuration, options, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/options-resolver
- Size: 675 KB
- Stars: 3,142
- Watchers: 7
- Forks: 32
- 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)