Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentchalnot/sidusfilterbundle
Simple yml-configuration-based filtering with Doctrine ORM
https://github.com/vincentchalnot/sidusfilterbundle
filter filtering symfony-bundle
Last synced: about 1 month ago
JSON representation
Simple yml-configuration-based filtering with Doctrine ORM
- Host: GitHub
- URL: https://github.com/vincentchalnot/sidusfilterbundle
- Owner: VincentChalnot
- License: mit
- Created: 2015-12-08T17:14:25.000Z (almost 9 years ago)
- Default Branch: v5.x
- Last Pushed: 2024-04-02T14:02:07.000Z (8 months ago)
- Last Synced: 2024-09-30T17:23:06.849Z (about 2 months ago)
- Topics: filter, filtering, symfony-bundle
- Language: PHP
- Homepage: http://filter-demo.sidus.fr/
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sidus/FilterBundle
=====================The configuration example of this documentation can be seen on the [live demo website](http://filter-demo.sidus.fr).
Source of the demo is available [here](https://github.com/VincentChalnot/SidusFilterDemo).This bundle allows you to create filters using Symfony's Form component to alter result sets of any kind:
- Doctrine QueryBuilder (Natively in this bundle)
- [ElasticSearch query](https://github.com/VincentChalnot/SidusElasticaFilterBundle)
- [EAVQueryBuilder from the Sidus/EAVModelBundle](https://vincentchalnot.github.io/SidusEAVModelBundle/)
- [Akeneo's Query API](https://github.com/cleverage/eav-manager-akeneo-product-bundle)
- Any data provider implementing filters and a pagination process.This bundle does not include datagrid management, see the
[Sidus/DataGridBundle](https://github.com/VincentChalnot/SidusDataGridBundle) for a fully featured datagrid
component based on this bundle.## Table of content
- [01 - Installation](Documentation/01-install.md)
- [02 - Configuration](Documentation/02-configuration.md)
- [03 - Usage](Documentation/03-usage.md)
- [04 - Internals](Documentation/04-internals.md)
- [05 - Customization](Documentation/05-customization.md)