2017 © Pedro Peláez
 

yii2-extension yii2-sphinx

Sphinx full text search engine extension for the Yii framework

image

yiisoft/yii2-sphinx

Sphinx full text search engine extension for the Yii framework

  • Sunday, July 1, 2018
  • by cebe
  • Repository
  • 29 Watchers
  • 135 Stars
  • 163,167 Installations
  • PHP
  • 7 Dependents
  • 1 Suggesters
  • 71 Forks
  • 0 Open issues
  • 16 Versions
  • 9 % Grown

The README.md

, (*1)

Sphinx Extension for Yii 2


This extension adds Sphinx full text search engine extension for the Yii framework 2.0. It supports all Sphinx features including Real-time Indexes., (*2)

For license information check the LICENSE-file., (*3)

Documentation is at docs/guide/README.md., (*4)

Latest Stable Version Total Downloads Build status, (*5)

Requirements

At least Sphinx version 2.0 is required. However, in order to use all extension features, Sphinx version 2.2.3 or higher is required., (*6)

Installation

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

Either run, (*8)

php composer.phar require --prefer-dist yiisoft/yii2-sphinx

or add, (*9)

"yiisoft/yii2-sphinx": "~2.0.0"

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

Configuration

This extension interacts with Sphinx search daemon using MySQL protocol and SphinxQL query language. In order to setup Sphinx "searchd" to support MySQL protocol following configuration should be added:, (*11)

searchd
{
    listen = localhost:9306:mysql41
    ...
}

To use this extension, simply add the following code in your application configuration:, (*12)

return [
    //....
    'components' => [
        'sphinx' => [
            'class' => 'yii\sphinx\Connection',
            'dsn' => 'mysql:host=127.0.0.1;port=9306;',
            'username' => '',
            'password' => '',
        ],
    ],
];

The Versions

01/07 2018

dev-master

9999999-dev

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

16/02 2018

2.1.x-dev

2.1.9999999.9999999-dev

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

13/02 2018

2.0.10

2.0.10.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

03/11 2017

2.0.9

2.0.9.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

15/05 2017

2.0.8

2.0.8.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

15/02 2017

2.0.7

2.0.7.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

02/09 2016

2.0.6

2.0.6.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

23/09 2015

2.0.5

2.0.5.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

11/05 2015

2.0.4

2.0.4.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

01/03 2015

2.0.3

2.0.3.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

11/01 2015

2.0.2

2.0.2.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

07/12 2014

2.0.1

2.0.1.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

12/10 2014

2.0.0

2.0.0.0

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

28/09 2014

2.0.0-rc

2.0.0.0-RC

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

13/04 2014

2.0.0-beta

2.0.0.0-beta

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

yii2 search active-record sphinx fulltext

01/12 2013

2.0.0-alpha

2.0.0.0-alpha

Sphinx full text search engine extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

search yii active-record sphinx fulltext