Framework integration
/
Symfony
/
Getting started
Jul 15, 2024
Algolia SearchBundle
Introduction
This bundle provides an easy way to integrate Algolia Search into your Symfony application (using Doctrine). It allows you to index your data, keep it in sync, and search through it.
Compatibility
Algolia/SearchBundle 7.0 is compatible with Symfony 7.0 and later, and requires PHP >= 8.2 to work.
For older versions of Symfony, please use one of the following versions of Algolia/Searchbundle:
Symfony version | Algolia/SearchBundle version | PHP version |
---|---|---|
4.x | ^5.0 | ^7.2 || ^8.0 |
5.x | ^5.0 | ^7.2 || ^8.0 |
^6.0 | >= 8.0.2 | |
6.x | ^6.0 | >= 8.0.2 |
7.x | ^7.0 | >= 8.2 |
Did you find this page helpful?