chebur / sphinx-bundle
Symfony sphinx bundle with SphinxClient(sphinxapi), SphinxQL, commands, profiling
Package info
github.com/vchebotarev/sphinx-bundle
Type:symfony-bundle
pkg:composer/chebur/sphinx-bundle
0.0.7
2019-11-04 21:41 UTC
Requires
- php: ^7.1
- foolz/sphinxql-query-builder: ^2.0
- symfony/console: ^3.4 || ^4.0
- symfony/framework-bundle: ^3.4 || ^4.0
- symfony/process: ^3.4 || ^4.0
- twig/twig: ^1.35 || ^2.4.4
Requires (Dev)
- symfony/stopwatch: ^3.4
This package is not auto-updated.
Last update: 2026-03-06 03:24:06 UTC
README
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.