gnugat / pomm-search-engine
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Pomm Foundation implemenation of SearchEngine
v0.1.3
2015-12-06 12:44 UTC
Requires
- php: ^5.4.4|^7.0
- gnugat/search-engine: ^0.2
- pomm-project/foundation: ^2.0
Requires (Dev)
- fabpot/php-cs-fixer: ^1.6
- incenteev/composer-parameter-handler: ^2.1
- phpunit/phpunit: ^4.6|^5.0
- symfony/yaml: ^2.2|^3.0
This package is auto-updated.
Last update: 2022-02-01 12:50:29 UTC
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 tag
command - the releases page on Github
- the file listing the changes between versions
You can find more documentation at the following links: