chebur/sphinx-bundle

Symfony sphinx bundle with SphinxClient(sphinxapi), SphinxQL, commands, profiling

0.0.7 2019-11-04 21:41 UTC

This package is not auto-updated.

Last update: 2024-04-18 18:48:49 UTC


README

PHP requirements Latest version Total downloads License

Installation

Require the bundle and its dependencies with composer:

composer require chebur/sphinx-bundle

Enable bundle in your application's kernel:

public function registerBundles()
{
    $bundles = array(
        // ...
        new \Chebur\SphinxBundle\CheburSphinxBundle(),
        // ...
    );
}

License

See LICENSE.