> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Algolia SearchBundle

> Algolia SearchBundle is the best way to get started with Algolia in your Symfony application.

This bundle integrates Algolia Search into your Symfony application (using Doctrine).
It lets you index your data, keep it in sync, and search through it.

### Compatibility

Algolia/SearchBundle 8.1 is compatible with Symfony 7 and 8, and requires PHP >= 8.2 to work (PHP >= 8.4 when using Symfony 8).

For older versions of Symfony, use one of the following versions of `Algolia/SearchBundle`:

| Symfony version | Algolia/SearchBundle version | PHP version  |
| --------------- | ---------------------------- | ------------ |
| 4.x             | ^5.0                         | ^7.2 or ^8.0 |
| 5.x             | ^5.0                         | ^7.2 or ^8.0 |
|                 | ^6.0                         | >= 8.0.2     |
| 6.x             | ^6.0                         | >= 8.0.2     |
| 7.x             | ^7.0 or ^8.0                 | >= 8.2       |
| 8.x             | ^8.0                         | >= 8.4       |

<Note>
  Since version 8.1, the bundle depends on version 4 of the [Algolia PHP client](https://github.com/algolia/algoliasearch-client-php). If you are upgrading from an 8.0.x release, see the [upgrade guide](/doc/framework-integration/symfony/getting-started/upgrade-guide) for namespace and request-option changes.
</Note>
