We are currently using ElasticSearch with PHP Symfony which is hosted by Aiven but Aiven currently no longer offers Elasticsearch. This offer is replaced by OpenSearch 1.0. So, Aiven plans to migrate all existing ElasticSearch projects to OpenSearch by March 2022 at the latest.
At the moment we are using the 'Elastica' package by Ruflin. Using the same package should probably work but we need to find a new package since Elastica will not support any forked instances of ElasticSearch (reference: https://github.com/ruflin/Elastica/issues/1962).
However, it seems there isn't a package that will support the OpenSearch forked instance from ElasticSearch. Anyone in the same situation at the moment, please?
Many thanks.