-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xml/yml config formats #10
base: master
Are you sure you want to change the base?
Conversation
…he xml loader soon
…aken from symfony validator, perhaps there is a way to re-use it with some refactoring.
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? |
Discussed in #9