This bundle integrates Algolia Search into your Symfony application (using Doctrine).
It lets you to index your data, keep it in sync, and search through it.
Compatibility
Algolia/SearchBundle 8.0 is compatible with Symfony 7.0 and 8.0, 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 |
Last modified on March 25, 2026