Download the PHP package uniquelibs/request-to-query-builder-bundle without Composer
On this page you can find all versions of the php package uniquelibs/request-to-query-builder-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download uniquelibs/request-to-query-builder-bundle
More information about uniquelibs/request-to-query-builder-bundle
Files in uniquelibs/request-to-query-builder-bundle
Package request-to-query-builder-bundle
Short Description A bundle to parse requests to doctrine query builder.
License MIT
Homepage https://github.com/UniqueLibs
Informations about the package request-to-query-builder-bundle
UniqueLibs/RequestToQueryBuilderBundle
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.
All versions of request-to-query-builder-bundle with dependencies
symfony/framework-bundle Version 2.3.*|~2.7|~3.0
sensio/framework-extra-bundle Version ~3.0,>=3.0.2
doctrine/orm Version ~2.4
doctrine/doctrine-bundle Version ^1.6
greenlion/php-sql-parser Version ~4.0