uniquelibs/request-to-query-builder-bundle

A bundle to parse requests to doctrine query builder.

0.2.0 2016-07-07 17:27 UTC

This package is not auto-updated.

Last update: 2024-04-19 16:31:40 UTC


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.

Build Status

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.