chebur / sphinx-bundle
Symfony sphinx bundle with SphinxClient(sphinxapi), SphinxQL, commands, profiling
Installs: 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-14 21:19:37 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.