gnugat/pomm-search-engine
最新稳定版本:v0.1.3
Composer 安装命令:
composer require gnugat/pomm-search-engine
包简介
A Pomm Foundation implemenation of SearchEngine
README 文档
README
A Pomm Foundation implementation for SearchEngine.
Installation
Download SearchEngine using Composer:
composer require gnugat/pomm-search-engine:^0.1
To get an instance of Fetcher, you can do the following:
use Gnugat\PommSearchEngine\Build; $fetcher = Build::fetcher($queryManager);
The $queryManager variable should be an instance of an implementation of PommProject\Foundation\QueryManager\QueryManagerInterface.
Further documentation
Please visit the official SearchEngine website for more information.
Further documentation
You can see the current and past versions using one of the following:
- the
git tagcommand - the releases page on Github
- the file listing the changes between versions
You can find more documentation at the following links:
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-21