Skip to content

vchebotarev/sphinx-bundle

Repository files navigation

Chebur Sphinx Bundle

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published