glodov / elastic-wrapper
Elastic search PHP wrapper for MVC frameworks
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/glodov/elastic-wrapper
Requires
- php: >=5.6
- elasticsearch/elasticsearch: ^5.3
This package is not auto-updated.
Last update: 2025-10-26 09:19:40 UTC
README
Elastic search PHP wrapper for MVC frameworks
Example of usage
Run command php tests/index.php to make indexed database of cars taken from automotive-model-year-data.
Run command php tests/search.php to see how search function works. Second initialization of $search = new Search() is required, otherwise it returns old results (from previous search matches), I did not find out why.