sabercoding/yii2-ots
Composer 安装命令:
composer require sabercoding/yii2-ots
包简介
This extension provides the OTS integration for the Yii2.
关键字:
README 文档
README
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.
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sabercoding/yii2-ots
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' => [ 'ots' => [ 'EndPoint' => '', 'AccessKeyID' => '', 'AccessKeySecret' => '', 'InstanceName' => '', 'DebugLogHandler' => '', 'ConnectionTimeout' => '', 'SocketTimeout' => '', 'ErrorLogHandler' => '', ], ] ];
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-12-21