Stars: 3074
Forks: 31
Pull Requests: 3
Issues: 0
Watchers: 7
Last Updated: 2023-08-08 10:21:30
Provides an improved replacement for the array_replace PHP function
License: MIT License
Languages: PHP
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.