chebur/

sphinx-bundle

Symfony sphinx bundle 包含 SphinxClient(sphinxapi)、SphinxQL、命令、性能分析

安装: 331

依赖: 0

建议: 0

安全性: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

0.0.7 2019-11-04 21:41 UTC

This package is not auto-updated.

Last update: 2024-09-19 20:36:01 UTC


README

PHP requirements Latest version Total downloads License

安装

使用 composer 安装包及其依赖

composer require chebur/sphinx-bundle

在应用内核中启用包

public function registerBundles()
{
    $bundles = array(
        // ...
        new \Chebur\SphinxBundle\CheburSphinxBundle(),
        // ...
    );
}

许可证

查看LICENSE