Skip to content

UniqueLibs/request-to-query-builder-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages