chebur / search-bundle
Symfony search, pagination, limitation and sorting bundle
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-10 05:19:35 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.