chebur/search-bundle

Symfony search, pagination, limitation and sorting bundle

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/chebur/search-bundle

0.0.3 2018-02-13 06:32 UTC

This package is not auto-updated.

Last update: 2025-10-12 09:57:29 UTC


README

PHP requirements Latest version Total downloads License

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.