PHP Package: algolia/algoliasearch-client-php

Algolia's PHP library for integrating Algolia search into your PHP applications, providing fast and efficient search capabilities.

Current Version: 4.30.0
Last Updated: 2025-09-26
PHP Requirement: >=8.1 !=8.3.0
Dependencies:
php-http/guzzle6-adapter
algolia/algoliasearch-configuration
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Algoliasearch-client-php is a powerful PHP library that enables developers to seamlessly integrate Algolia search functionality into their web applications. With its intuitive API, developers can easily perform advanced search operations, manage indices, and customize search relevance to deliver a superior user experience. This library ensures lightning-fast search performance and scalability, making it an ideal choice for projects of all sizes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.30.0

Download Download v4.30.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/algolia/algoliasearch-client-php/4.30.0/loader.php';
require_once 'libs/php-http/guzzle6-adapter/2.0.2/loader.php';
require_once 'libs/algolia/algoliasearch-configuration/{lib_version}/loader.php';

use Algolia\AlgoliaSearch\SearchClient;
use Algolia\AlgoliaSearch\SearchIndex;

$obj = new SearchClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.