-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
This repository needs a rewrite #2
Comments
100% yes. You have clearly articulated the problems I also see in this repository. I think the new repo should be among api-tools since it's a sister to this repository and also belongs among the apigility legacy. |
zf-doctrine-hydrator would be a good addition to api-tools, I feel, but I don't know how much more Doctrine you want to mix in the project. api-tools-doctrine-minutia? I suppose I'm saying I'd like to know the strategy for Doctrine in api-tools. |
Here is my answer to the original post: Separate filtering libraries for ORM and ODM A new repository to provide better query provider tools including the default query provider. |
An issue with creating a query-provider repo is we're not including query-create-filters. These can be rolled into query-provider: https://github.com/TomHAnderson/api-tools-doctrine-query-provider/blob/master/config/module.config.php |
This repo was written in the context of Apigility. It is very useful in Apigility but the name of this repository and what it does best is to populate a QueryBuilder based on an array. For instance this is used in api-skeletons/zf-doctrine-graphql where Apigility shouldn't be a requirement.
Specific problems
And with these out of the way this repo can do the job of array > Query Builder cleanly.
I'm willing to do this for a cleaner repo. What do you say?
Originally posted by @TomHAnderson at zfcampus/zf-doctrine-querybuilder#51
The text was updated successfully, but these errors were encountered: