Installationedit

You can install the Enterprise Search PHP client using composer:

$ composer require elastic/enterprise-search

Or add it to your project’s composer.json file:

{
    "require" : {
        "elastic/enterprise-search": "^7.15.0"
    }
}

The version follows the Elastic Stack version so 7.15.0 is compatible with Enterprise Search released in Elastic Stack 7.15.0.