Search engine Elasticsearch

Elasticsearch is a distributed, open-source search and analytics engine that is designed for scaling and handling large volumes of structured and unstructured data. It is built on top of the Apache Lucene search library, and provides a flexible and powerful search and analytics platform that can be used to index, search, and analyze data in real-time.

Use Elasticsearch with Symfony Framework and elasticsearch-php library

Elastic provides a light weight PHP library: elasticsearch-php to connect to Elasticsearch cluster. This Library is an API client with all possible options. It's light weight and lets developer chose implementation to use it. It's a very good alternative to Elastica and his abstraction layer. On this blog I'm using elasticseach-php with Twig to manage my indices and query Elasticsearch. Read the post