LexikFormFilterBundle
This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
File Explorer
Download Latest Version (.zip)- ci.yml
- FormDataExtractorPass.php
- Configuration.php
- LexikFormFilterExtension.php
- DoctrineApplyFilterListener.php
- DoctrineMongoDBApplyFilterListener.php
- PrepareListener.php
- AbstractDoctrineSubscriber.php
- DoctrineDBALSubscriber.php
- DoctrineMongodbSubscriber.php
- DoctrineORMSubscriber.php
- ApplyFilterConditionEvent.php
- ApplyFilterEvent.php
- FilterEvents.php
- GetFilterConditionEvent.php
- PrepareEvent.php
- Condition.php
- ConditionBuilder.php
- ConditionBuilderInterface.php
- ConditionInterface.php
- ConditionNode.php
- ConditionNodeInterface.php
- DataExtractionMethodInterface.php
- DefaultExtractionMethod.php
- TextExtractionMethod.php
- ValueKeysExtractionMethod.php
- FormDataExtractor.php
- FormDataExtractorInterface.php
- DBALExpressionBuilder.php
- ExpressionBuilder.php
- ORMExpressionBuilder.php
- DBALQuery.php
- DoctrineQueryBuilderAdapter.php
- MongodbQuery.php
- ORMQuery.php
- BooleanFilterType.php
- CheckboxFilterType.php
- ChoiceFilterType.php
- CollectionAdapterFilterType.php
- DateFilterType.php
- DateRangeFilterType.php
- DateTimeFilterType.php
- DateTimeRangeFilterType.php
- DocumentFilterType.php
- EmbeddedFilterTypeInterface.php
- EntityFilterType.php
- NumberFilterType.php
- NumberRangeFilterType.php
- SharedableFilterType.php
- TextFilterType.php
- FilterExtension.php
- FilterTypeExtension.php
- QueryInterface.php
- FilterBuilderExecuter.php
- FilterBuilderExecuterInterface.php
- FilterBuilderUpdater.php
- FilterBuilderUpdaterInterface.php
- FilterOperands.php
- RelationsAliasBag.php
- doctrine_dbal.xml
- doctrine_mongodb.xml
- doctrine_orm.xml
- form.xml
- services.xml
- basics.md
- configuration.md
- filtertypeextension.md
- index.md
- installation.md
- provided-types.md
- working-with-other-bundles.md
- working-with-the-bundle.md
- LexikFormFilterBundle.cs.yml
- LexikFormFilterBundle.de.yml
- LexikFormFilterBundle.en.yml
- LexikFormFilterBundle.es.yml
- LexikFormFilterBundle.fr.yml
- LexikFormFilterBundle.it.yml
- LexikFormFilterBundle.nl.yml
- LexikFormFilterBundle.pt_BR.yml
- LexikFormFilterBundle.ru.yml
- LexikFormFilterBundle.sk.yml
- LexikFormFilterBundle.ua.yml
- form_div_layout.html.twig
- PrepareListenerTest.php
- DBALQueryBuilderUpdaterTest.php
- DBALQueryTest.php
- DoctrineQueryBuilderUpdater.php
- MongodbQueryBuilderUpdaterTest.php
- ORMQueryBuilderUpdaterTest.php
- ORMQueryTest.php
- Item.php
- Options.php
- Item.php
- Options.php
- FormType.php
- ItemCallbackFilterType.php
- ItemEmbeddedOptionsFilterType.php
- ItemFilterType.php
- OptionFilterType.php
- RangeFilterType.php
- bootstrap.php
- TestCase.php
- .gitattributes
- .gitignore
- .php_cs
- autoload.php.dist
- composer.json
- ecs.php
- LexikFormFilterBundle.php
- LICENSE
- phpunit.xml.dist
- README.md
- rector.php
- UPGRADE-2.0.md
- UPGRADE-2.1.md
- UPGRADE-3.0.md
# Installation Guide
1. Get the code
git clone https://github.com/lexik/LexikFormFilterBundle
Downloads the entire project code from GitHub to your computer.
cd LexikFormFilterBundle
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
