2017 © Pedro Peláez
 

cakephp-plugin sphinx-cakephp

Sphinx Search plugin for CakePHP

image

nabeelio/sphinx-cakephp

Sphinx Search plugin for CakePHP

  • Wednesday, August 10, 2016
  • by davalb
  • Repository
  • 2 Watchers
  • 28 Stars
  • 110 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 1 Versions
  • 24 % Grown

The README.md

Updated to further maintain., (*1)

Derived version from the Sphinx Behavior by @nabeelio, (*2)

Updated version for the Sphinx Behavior by Vilen Tambovtsev, (*3)

I've updated this for Cake2.0, and also so it runs one query to Sphinx, instead of two (one for results, one for count), (*4)

Also makes the search results that are returned from Sphinx available to the model (I use this to build filters for search), (*5)

The original usage page is here:, (*6)

http://bakery.cakephp.org/articles/xumix/2009/07/11/sphinx-behavior, (*7)

Installation

[Manual], (*8)

[Composer], (*9)

in the composer.json file of your project add, (*10)

"repositories":
[
    {
        "type": "vcs",
        "url": "https://github.com/nabeelio/Sphinx-CakePHP"
    }
],
"require":{
    "nabeelio/sphinx-cakephp": "dev-master"
}

The plugin will be installed in your Plugin directory., (*11)

Usage

Make sure the plugin is loaded in app/Config/bootstrap.php., (*12)

CakePlugin::load('SphinxCakephp');

The Versions

10/08 2016

dev-master

9999999-dev

Sphinx Search plugin for CakePHP

  Sources   Download

The Requires