This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
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.