> For the complete documentation index, see [llms.txt](https://learnsql.gitbook.io/lernmysql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learnsql.gitbook.io/lernmysql/elasticsearch-php-install-composer-ok.md).

# Elasticsearch php install composer (ok)

composer.json

```
{
  "name": "Lionel",
  "description": "A small package to connect MySQL with Elasticsearch",
  "keywords": ["mysql with elasticsearch", "search in mysql with elasticsearch", "connect mysql with elasticsearch"],
  "type": "library",
  "require":
  {
    "elasticsearch/elasticsearch": "^7.10"
  },
  "license": "MIT",
  "authors": [
  {
    "name": "Lionel",
    "email": "phamngoctuong1805@gmail.com"
  }],
  "version": "2.0.0"
}
```
