Download the PHP package rkmax/sphinx-client without Composer
On this page you can find all versions of the php package rkmax/sphinx-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rkmax/sphinx-client
More information about rkmax/sphinx-client
Files in rkmax/sphinx-client
Download rkmax/sphinx-client
More information about rkmax/sphinx-client
Files in rkmax/sphinx-client
Vendor rkmax
Package sphinx-client
Short Description SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch
License MIT
Homepage https://github.com/rkmax/SphinxClient
Package sphinx-client
Short Description SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch
License MIT
Homepage https://github.com/rkmax/SphinxClient
Please rate this library. Is it a good library?
Informations about the package sphinx-client
Uso Básico
Autoload.php
$loader->registerPrefixes(array(
// ...
'Sphinx' => __DIR__.'/../vendor/sphinx-client',
));
config.yml
services:
buscador:
class: Sphinx\SphinxClient
calls:
- [setArrayResult, [true]]
- [setLimits, [0, 20, 1000]]
*Action.php
$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
Para mayor información: sphinxsearch
All versions of sphinx-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package rkmax/sphinx-client contains the following files
Loading the files please wait ....