uniquelibs / request-to-query-builder-bundle
A bundle to parse requests to doctrine query builder.
Installs: 152
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ~2.4
- greenlion/php-sql-parser: ~4.0
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- symfony/framework-bundle: 2.3.*|~2.7|~3.0
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ~2.2
- liip/functional-test-bundle: ~1.2
- phpunit/phpunit: ~4.6
- symfony-cmf/testing: ~1.3
This package is not auto-updated.
Last update: 2025-02-07 20:46:12 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.
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.