2017 © Pedro Peláez
 

library sphinx

Yii2 sphinx api

image

schevgeny/sphinx

Yii2 sphinx api

  • Monday, April 10, 2017
  • by schevgeny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii2 sphinx api

Yii2 sphinx api, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist schevgeny/sphinx "*"

or add, (*4)

"schevgeny/sphinx": "*"

to the require section of your composer.json file., (*5)

Usage

Add component sphinx to config : ```php 'components' => [ ... 'sphinx' => [ 'class' => 'schevgeny\sphinx\DGSphinxSearch', 'server' => 'SPHINX_SERVER_IP', 'port' => 3312, 'maxQueryTime' => 3000, 'enableProfiling'=>0, 'enableResultTrace'=>0, 'fieldWeights' => [ 'name' => 10000, 'keywords' => 100, ], ], ], (*6)

The Versions

10/04 2017

dev-master

9999999-dev

Yii2 sphinx api

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

by Avatar schevgeny

extension yii2 sphinx

10/04 2017

1.0.1

1.0.1.0

Yii2 sphinx api

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

by Avatar schevgeny

extension yii2 sphinx

10/04 2017

1.0.0

1.0.0.0

Yii2 sphinx api

  Sources   Download

MIT

The Requires

 

by Avatar schevgeny

extension yii2 sphinx