chebur / search-bundle
Symfony search, pagination, limitation and sorting bundle
Package info
github.com/vchebotarev/search-bundle
Type:symfony-bundle
pkg:composer/chebur/search-bundle
0.0.3
2018-02-13 06:32 UTC
Requires
- php: ^7.1
- symfony/config: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/event-dispatcher: ^3.4|^4.0
- symfony/http-foundation: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
- symfony/options-resolver: ^3.4|^4.0
- twig/twig: ^1.0|^2.0
This package is not auto-updated.
Last update: 2026-03-15 11:55:43 UTC
README
Installation
Require the bundle and its dependencies with composer:
composer require chebur/search-bundle
Enable bundle in your application's kernel:
public function registerBundles() { $bundles = array( // ... new \Chebur\SearchBundle\CheburSearchBundle(), // ... ); }
License
See LICENSE.