melisplatform / zendsearch
a general purpose text search engine written entirely in PHP 5
2.0.0
2016-10-06 09:21 UTC
Requires
- php: ^5.5 || ^7.0
- zendframework/zend-stdlib: 2.*
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-11-09 20:56:13 UTC
README
ZendSearch component
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.)
This project is a fork of zendframework/zendsearch