maslosoft / manganel
Elasticsearch for Mangan
Requires
- php: >= 8.2
- ext-json: *
- ext-mongodb: *
- elasticsearch/elasticsearch: >5 <8
- maslosoft/addendum: *
- maslosoft/embedi: *
- maslosoft/gazebo: *
- maslosoft/mangan: >=7
- maslosoft/signals: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-27 18:49:33 UTC
README
Maslosoft Manganel
Quick Install
composer require maslosoft/manganel
Documentation
Elastic Search Provider for Mangan MongoDB ODM
MongoDB allows us to store complex structures in database. To use it's features in object oriented fashion - Mangan Object Document Mapper (ODM) project was created.
While storing arbitrary nested sets of objects is a huge advantage compared to flat structure of relational database, searching this sets (collections) might be challenging.
Fortunatelly, ElasticSearch allows us to store similarly structured documents in full text search index.
Manganel project was created to make flawless searching and indexing of documents created and maintained by Mangan. With minimal configuration and by adding extra annotations, Manganel makes our MongoDB collection searchable with sets of state of the art features like scoring, fulltext search, fuzzy search, filtering.
Resources
- Project website
- Project Page on GitHub
- Report a Bug
- Elasticsearch
- Elasticsearch PHP official client
- MongoDB Documentation
- PHP MongoDB Driver docs
Contribution needed!
- Any help would be great :)