handcraftedinthealps / zendsearch
a general purpose text search engine written entirely in PHP 5
Installs: 641 155
Dependents: 34
Suggesters: 2
Security: 0
Stars: 34
Watchers: 2
Forks: 82
Open Issues: 2
Requires
- php: >=5.3.3
Replaces
- zendframework/zendsearch: 2.1.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.)