dms-filter
dms-filter copied to clipboard
Add xml/yml config formats
Discussed in #9
When this is merged, the dms filter bundle will need to have support added as well. I plan to do this as I am currently working on a project that needs validation+filtering.
I noticed that a lot of the ideas from this bundle are based on the validator component, there is an opportunity to some re-use here between the validator+filter and symfony really needs a default filter component.
Awesome, thanks.
I'm reviewing the code and trying to think of a better structure for the Loader Namespace its quite full now, I'll see what i can come up with.
I know there are similarities with Validator, it was based on it, i need to see if i can make use of something better now, back then there wasn't much available. Maybe a better package.
I'm in a pinch but i'll try to get a closer look into this
Yes there is a lot in that namespace now, most of it is from the validator component which is for loading multiple xml/yml files (loaderchain), perhaps that is what could be moved elsewhere.
I want to use the yml option in dms filter bundle, so this needs to be resolved before support can be added to that bundle.
See here for an example of a 3rd party metadata library: https://github.com/schmittjoh/metadata but this makes more dependencies.
What is the status of this?
@gfreeau i'm sorry i have been aught up but i'll get to this soon.
@rdohms, ping! What a status of this PR?