Skip to content

Just a repository to training with ElasticSearch library for PHP

License

Notifications You must be signed in to change notification settings

tiutiunnykleasoft/elasticsearch_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch_training

Just a repository to training with ElasticSearch library for PHP

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

About

Just a repository to training with ElasticSearch library for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published