Before you access the Algolia’s PHP client directly,
make sure that there aren’t any breaking changes:
Algolia::client
The client
method returns an instance of Algolia\AlgoliaSearch\SearchClient
:
PHP
Algolia::index
The index
method returns an instance of Algolia\AlgoliaSearch\SearchIndex
:
PHP
Algolia::analytics
The analytics
method returns an instance of Algolia\AlgoliaSearch\AnalyticsClient
:
PHP