uniquelibs/request-to-query-builder-bundle
Composer 安装命令:
composer require uniquelibs/request-to-query-builder-bundle
包简介
A bundle to parse requests to doctrine query builder.
README 文档
README
The RequestToQueryBuilderBundle by UniqueLibs adds support to operate search and order by filters to a doctrine query builder.
Features include:
- Sort Query Builder (?sort=product.name)
- SQL Search Filter in URL (?query=WHERE product.name = 'Product Name')
- Complex search queries (WHERE (product.name = 'Product Name' AND product.id = 2) OR product.id = 1)
- Specify allowed properties (only allow order on product.id)
- Symfony 3.0 Support
- PHP 7.0 Support
This Bundle is in alpha state and not ready for prod usage.
Documentation coming soon.
About
EmberDataSerializerBundle is a UniqueLibs initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
统计信息
- 总下载量: 153
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-07