handcraftedinthealps / zendsearch
a general purpose text search engine written entirely in PHP 5
Installs: 666 626
Dependents: 34
Suggesters: 2
Security: 0
Stars: 35
Watchers: 2
Forks: 83
Open Issues: 3
Requires
- php: >=7.2.0
Replaces
- zendframework/zendsearch: 2.2.0
README
This is a fork of ZendSearch kept compatible with the latest PHP versions.
You can install using:
curl -s https://getcomposer.org/installer | php
php composer.phar install
At that point, follow the instructions in the documentation folder for actual usage of the component. (Documentation is forthcoming.)