2017 © Pedro Peláez
 

yii2-extension yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

image

tsdarky/yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

  • Sunday, April 29, 2018
  • by tsdarky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 151 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

, (*1)

Elasticsearch Query and ActiveRecord for Yii 2


This extension provides the elasticsearch integration for the Yii framework 2.0. It includes basic querying/search support and also implements the ActiveRecord pattern that allows you to store active records in elasticsearch., (*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

Dependent on the version of elasticsearch you are using you need a different version of this extension., (*6)

  • Extension version 2.0.x works with elasticsearch version 1.0 to 4.x.
  • Extension version 2.1.x requires at least elasticsearch version 5.0.

Installation

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

Either run, (*8)

php composer.phar require --prefer-dist yiisoft/yii2-elasticsearch:"~2.0.0"

or add, (*9)

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

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

Configuration

To use this extension, you have to configure the Connection class in your application configuration:, (*11)

return [
    //....
    'components' => [
        'elasticsearch' => [
            'class' => 'yii\elasticsearch\Connection',
            'nodes' => [
                ['http_address' => '127.0.0.1:9200'],
                // configure more hosts if you have a cluster
            ],
        ],
    ]
];

The Versions

29/04 2018

2.1.x-dev

2.1.9999999.9999999-dev

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

29/04 2018

dev-master

9999999-dev

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

20/03 2018

2.0.5

2.0.5.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

11/12 2017

dev-emulate-execution

dev-emulate-execution

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

13/09 2017

dev-json-bigint

dev-json-bigint

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

01/02 2017

dev-unique-validator

dev-unique-validator

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

17/03 2016

2.0.4

2.0.4.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

01/03 2015

2.0.3

2.0.3.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

11/01 2015

2.0.2

2.0.2.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

07/12 2014

2.0.1

2.0.1.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

12/10 2014

2.0.0

2.0.0.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

28/09 2014

2.0.0-rc

2.0.0.0-RC

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

13/04 2014

2.0.0-beta

2.0.0.0-beta

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

01/12 2013

2.0.0-alpha

2.0.0.0-alpha

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

search elasticsearch yii active-record fulltext