yii2-elasticsearch

Yii 2 Elasticsearch extension.

Github stars Tracking Chart

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.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version
Total Downloads
Build Status

Requirements

Dependent on the version of elasticsearch you are using you need a different version of this extension.

  • Extension version 2.0.x works with elasticsearch version 1.6.0 to 1.7.6.
  • Extension version 2.1.x requires elasticsearch 5.x.

Note: to provide the work necessary a requests to the delete by query, in elasticsearch since version 2.0, you should to install the plugin delete-by-query

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json.

Configuration

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

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

Main metrics

Overview
Name With Owneryiisoft/yii2-elasticsearch
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2013-11-26 00:31:21
Pushed At2025-05-11 17:34:28
Last Commit At2025-02-14 00:23:15
Release Count17
Last Release Name2.1.5 (Posted on 2025-02-14 00:23:03)
First Release Name2.0.0-alpha (Posted on )
用户参与
Stargazers Count427
Watchers Count43
Fork Count252
Commits Count5.1k
Has Issues Enabled
Issues Count171
Issue Open Count21
Pull Requests Count114
Pull Requests Open Count2
Pull Requests Close Count68
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private