Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork252
Yii 2 Elasticsearch extension
License
yiisoft/yii2-elasticsearch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This extension provides theElasticsearch integration for theYii framework 2.0.It includes basic querying/search support and also implements theActiveRecord pattern that allows you to store activerecords in Elasticsearch.
For license information check theLICENSE-file.
Documentation is atdocs/guide/README.md.
- PHP 7.3 or higher.
Depending on the version of Elasticsearch you are using you need a different version of this extension.
- 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
The preferred way to install this extension is throughcomposer:
composer require --prefer-dist yiisoft/yii2-elasticsearch:"~2.1.0"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 ],'dslVersion' =>7,// default is 5 ], ]];
About
Yii 2 Elasticsearch extension
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.

