2017 © Pedro Peláez
 

yii2-extension yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

image

e96/yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

  • Monday, August 14, 2017
  • by alex_salt
  • Repository
  • 3 Watchers
  • 0 Stars
  • 996 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 149 Forks
  • 0 Open issues
  • 16 Versions
  • 13 % Grown

The README.md

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., (*1)

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

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

Latest Stable Version Total Downloads Build Status, (*4)

Requirements

This extension works with elasticsearch version 1.0 to 4.x. elasticsearch 5.0 is currently not supported., (*5)

Installation

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

Either run, (*7)

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

or add, (*8)

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

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

Configuration

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

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

14/08 2017

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

14/08 2017

2.1.1

2.1.1.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

22/03 2017

2.1.0

2.1.0.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

09/02 2017

dev-ar-insert-fix

dev-ar-insert-fix

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

15/12 2016

dev-es5-pr

dev-es5-pr

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

15/12 2016

dev-es5

dev-es5

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

07/12 2016

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

07/12 2016

dev-es20-filter-optimize

dev-es20-filter-optimize

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