gigablah/sphinxphp

Sphinx Search PHP 5.3+ API,符合PSR规范

2.0.8 2013-08-22 08:05 UTC

This package is auto-updated.

Last update: 2024-08-24 04:09:58 UTC


README

Build Status Coverage Status

[Sphinx] 1 是一个开源的全文搜索引擎。

本项目包含重构的Sphinx PHP客户端,有一些小的差异

  • 与 [Composer] 2 兼容
  • 符合 [PSR标准] 3
  • 流畅(可链式)设置函数
  • PHPUnit测试

安装

创建一个 composer.json 文件并运行 composer install

{
    "require": {
        "gigablah/sphinxphp": "2.0.*"
    }
}

用法

参考官方 [文档] 4.

注意:公共函数已更改为符合PSR-1的小驼峰命名。

许可证

GNU通用公共许可证版本2 ([GPL-2.0] 5)