In the 13th post of the Symfony2 components series we will be talking about one little but extremely useful component: OptionsResolver. This component helps us to reduce the boilerplate code required to create an options system with default parameters. As stated in the official docs, is array_replace on steroids. The problem I am pretty sure this [...]The post Symfony2 components overview: OptionsResolver appeared first on ServerGrove.