SensioFrameworkExtraBundle
SensioFrameworkExtraBundle copied to clipboard
[ParamConverters] Object ParamConverter
Allows to convert user input into object graphs (request query). Use-case could be criteria/query objects or other lightweight objects that are not persistent.
See the documentation update for details on how this converter works and the security implications.
@fabpot could you give your input to this one? I use a copy of this in a project of mine to create criteria objects and pass them to the model layer, its really helpful. I am not sure though if the concept has loop-holes.
I removed the "cookies" and "request" parts. This only makes sense when creating an "empty" object, which only makes sense from query data.
@beberlei Any news?
Closing as this repository is not maintained anymore. As of Symfony 6.2, all features have been moved to Symfony core now. See #783