handcraftedinthealps / zendsearch
a general purpose text search engine written entirely in PHP 5
Installs: 80 758
Dependents: 21
Suggesters: 2
Security: 0
Stars: 14
Watchers: 1
Forks: 77
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.)