chebur /
sphinx-bundle
Symfony sphinx bundle 包含 SphinxClient(sphinxapi)、SphinxQL、命令、性能分析
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: 2024-09-19 20:36:01 UTC
README
安装
使用 composer 安装包及其依赖
composer require chebur/sphinx-bundle
在应用内核中启用包
public function registerBundles() { $bundles = array( // ... new \Chebur\SphinxBundle\CheburSphinxBundle(), // ... ); }
许可证
查看LICENSE。