Download the PHP package schevgeny/sphinx without Composer
On this page you can find all versions of the php package schevgeny/sphinx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sphinx
Yii2 sphinx api
Yii2 sphinx api
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Add component sphinx to config :
'components' => [
...
'sphinx' => [
'class' => 'schevgeny\sphinx\DGSphinxSearch',
'server' => 'SPHINX_SERVER_IP',
'port' => 3312,
'maxQueryTime' => 3000,
'enableProfiling'=>0,
'enableResultTrace'=>0,
'fieldWeights' => [
'name' => 10000,
'keywords' => 100,
],
],
]
All versions of sphinx with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.3 || ^7.0
The package schevgeny/sphinx contains the following files
Loading the files please wait ....