Download the PHP package dmitrya2e/filtration-bundle without Composer
On this page you can find all versions of the php package dmitrya2e/filtration-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dmitrya2e/filtration-bundle
More information about dmitrya2e/filtration-bundle
Files in dmitrya2e/filtration-bundle
Package filtration-bundle
Short Description FiltrationBundle provides a convenient and easy way for creating filtration component/form on your website built with Symfony 2.
License MIT
Informations about the package filtration-bundle
Da2e FiltrationBundle
Current status: WORK IN PROGRESS.
FiltrationBundle provides a convenient and easy way for creating filtration component/form on your website built with Symfony 2. Its purpose is to create a standard way and workflow for managing data filtration in Symfony 2 websites.
Important: FiltrationBundle itself provide only a convenient base for further filtration handling. It is not packaged with a final implementations of filters, instead it offers a set of standard filter abstractions, which may be used for building a final implementation of filters for a specific handler/provider (Doctrine ORM/ODM, Sphinx, ...). Check out available filtration handler adapters below.
The bundle includes following features:
- Built-in integration with Symfony forms to render filters in views
- Auto-execution of applied filters regarding specific filtration handler (e.g. Doctrine ORM, ODM, ...)
- Possibility to add custom filters and custom filter adapters; to customize standard bundle features
- Various filters (choice, entity, number, date, text) and filter handlers (Doctrine ORM, Sphinx, ...)
The first version of the bundle was developed within AXIOMA web-studio.
Filtration handler adapters
Software requirements
- PHP 5.4++
- Symfony 2.3++ (the bundle is tested with Symfony 2.3 and 2.7 versions)
How to install
Click here to read a full installation guide
Documentation
Click here to read a full documentation
License
This bundle is under the MIT license.