2017 © Pedro Peláez
 

yii2-extension yii2-ots

This extension provides the OTS integration for the Yii2.

image

sabercoding/yii2-ots

This extension provides the OTS integration for the Yii2.

  • Thursday, December 22, 2016
  • by sabercoding
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Ots for Yii 2

This extension provides the ots 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)

Installation

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

Either run, (*5)

php composer.phar require --prefer-dist sabercoding/yii2-ots

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

Configuration

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

return [
    //....
    'components' => [
        'ots' => [
            'EndPoint' => '',
            'AccessKeyID' => '',
            'AccessKeySecret' => '',
            'InstanceName' => '',
            'DebugLogHandler' => '',
            'ConnectionTimeout' => '',
            'SocketTimeout' => '',
            'ErrorLogHandler' => '',
        ],
    ]
];

The Versions

22/12 2016

dev-master

9999999-dev

This extension provides the OTS integration for the Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by saber cai

yii2 active-record ots

22/12 2016

v0.1

0.1.0.0

This extension provides the OTS integration for the Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by saber cai

yii2 active-record ots