Just a repository to training with ElasticSearch library for PHP
- Installing (MacOs) :
- Core:
brew tap elastic/tap
-> download latest ElasticSeach using HomeBrew.brew install elastic/tap/elasticsearch-full
-> Installing ElasticSearch.
- Library for PHP:
composer require elasticsearch/elasticsearch
-> requiring library through composer.composer update
-> up-to-datecomposer.lock
and by the way initiate downloading ElasticSearch library which we required before.
- Core: