- Enterprise Search PHP client: other versions:
- Overview
- Installation
- Connecting
- Enterprise Search API
- App Search API
- Workplace Search API
- Release Notes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Installation
editInstallation
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.