API Reference
/
API Methods
/
Update the client
Jun. 03, 2019
Update the client
Introduction
We recommend keeping the API client up to date, as the SLA applies only if it is up to date.
Semantic Versioning
All our API clients follow Semantic Versioning.
Latest Version
You can check which is the latest version on the GitHub release page.
Update the API client
With Composer (Recommended)
Update the package with Composer:
Copy
$
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.