gigablah/sphinxphp

Sphinx Search PHP API


Keywords
api, search, sphinx
License
GPL-2.0

Documentation

Sphinx Search PHP Client

Build Status Coverage Status

Sphinx is an open source full-text search engine.

This project contains a refactored Sphinx PHP client with some minor differences:

  • Compatibility with Composer
  • Compliance with PSR standards
  • Fluent (chainable) setter functions
  • PHPUnit tests

Installation

Create a composer.json file and run composer install:

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

Usage

Refer to the official documentation.

Note: public functions have been changed to lower camelcase in accordance with PSR-1.

License

GNU General Public License version 2 (GPL-2.0)