2017 © Pedro Peláez
 

yii2-extension yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

image

yiisoft/yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

  • Friday, May 4, 2018
  • by cebe
  • Repository
  • 43 Watchers
  • 279 Stars
  • 271,290 Installations
  • PHP
  • 12 Dependents
  • 0 Suggesters
  • 146 Forks
  • 53 Open issues
  • 14 Versions
  • 10 % 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 codecov, (*5)

Requirements

  • PHP 7.3 or higher.

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

  • For Elasticsearch 1.6.0 to 1.7.6 use extension version 2.0.x
  • For Elasticsearch 5.x or above use extension version 2.1.x

Installation

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

composer require --prefer-dist yiisoft/yii2-elasticsearch:"~2.1.0"

Configuration

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

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

The Versions

04/05 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

28/03 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

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