2017 © Pedro Peláez
 

yii2-extension yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

image

miradnan/yii2-elasticsearch

Elasticsearch integration and ActiveRecord for the Yii framework

  • Tuesday, January 10, 2017
  • by miradnan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % 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 miradnan/yii2-elasticsearch

or add, (*8)

"miradnan/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' => 'miradnan\elasticsearch\Connection',
            'nodes' => [
                ['http_address' => '127.0.0.1:9200'],
                // configure more hosts if you have a cluster
            ],
        ],
    ]
];

The Versions

10/01 2017

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

10/01 2017

1.0

1.0.0.0

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext

30/11 2016

2.0.4.x-dev

2.0.4.9999999-dev

Elasticsearch integration and ActiveRecord for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 search elasticsearch active-record fulltext