API Reference / API Methods / Update the client

It’s recommended to use the Kotlin API client, which is better suited for Android development.

You should keep your API client up to date, as the SLA applies only if your API client is up to date.

Semantic versioning

All the Algolia API clients follow Semantic Versioning.

Latest version

You can check what the latest version of the API client is on the GitHub release page.

Update the API client

Update the package with Composer:

$
composer update algolia/algoliasearch-client-php

After running composer update, if the latest version is not installed, it probably means that a dependency is requiring an older version.

Without Composer

If you don’t use Composer, you can re-download the package and replace your current files.

Did you find this page helpful?