vhrb/elastic-search
最新稳定版本:v5.0
Composer 安装命令:
composer require vhrb/elastic-search
包简介
Integration official PHP client for Elasticsearch into Nette Framework
README 文档
README
Integration official PHP client for Elasticsearch into Nette Framework
Inspired by Kdyby/Search
Requirements
Vhrb/ElasticSearch requires PHP 5.3 or higher.
Install
The best way to install Kdyby/ElasticSearch is using Composer:
$ composer require vhrb/elastic-search:@dev
extension: elastic: Vhrb\ElasticSearch\DI\SearchExtension
Config
Optional
elastic: debugger: %debugMode% ...
Use of
class EsService { /** @var Elasticsearch\Client */ private $client; public function __construct(Elasticsearch\Client $client) { $this->client = $client; } }
Client support all ElasticSearch-php methods!
Homepage https://www.vhrb.cz / Vhřb.
统计信息
- 总下载量: 2.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-04-04