chebur/sphinx-bundle

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

Installs: 334

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/chebur/sphinx-bundle

0.0.7 2019-11-04 21:41 UTC

This package is not auto-updated.

Last update: 2025-10-03 01:19:08 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.