IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Installation
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Installation
editYou 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.
Was this helpful?
Thank you for your feedback.