chebur/search-bundle

Symfony search, pagination, limitation and sorting bundle

0.0.3 2018-02-13 06:32 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:57:10 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.