2017 © Pedro Peláez
 

library sphinx-client

SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

image

rkmax/sphinx-client

SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

  • Monday, April 27, 2015
  • by rkmax
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8,525 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Uso Básico

Autoload.php, (*1)

$loader->registerPrefixes(array(
   // ...
   'Sphinx'           => __DIR__.'/../vendor/sphinx-client',
));

config.yml, (*2)

services:
     buscador:
         class: Sphinx\SphinxClient
         calls:
             - [setArrayResult, [true]]
             - [setLimits, [0, 20, 1000]]

*Action.php, (*3)

$palabras = 'hola que tal';
$search  = $this->get('buscador');
$results = $search->Query($palabras, 'nombre_index');

Source: Taken from the sf2 mailing list with some minor fixes, (*4)


Para mayor información: sphinxsearch, (*5)

The Versions

27/04 2015

dev-master

9999999-dev https://github.com/rkmax/SphinxClient

SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

search sphinx sphinxapi sphinx search search engine

27/04 2015

1.0.1

1.0.1.0 https://github.com/rkmax/SphinxClient

SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

search sphinx sphinxapi sphinx search search engine

23/04 2015

1.0.0

1.0.0.0 https://github.com/rkmax/SphinxClient

SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

search sphinx sphinxapi sphinx search search engine