Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-cmsig/seal
Search Engine Abstraction Layer with support to different search engines. Part of the https://github.com/php-cmsig/search project. READ-ONLY Repository
https://github.com/php-cmsig/seal
algolia cmsig elasticsearch meilisearch opensearch php search search-abstraction search-client
Last synced: 2 months ago
JSON representation
Search Engine Abstraction Layer with support to different search engines. Part of the https://github.com/php-cmsig/search project. READ-ONLY Repository
- Host: GitHub
- URL: https://github.com/php-cmsig/seal
- Owner: PHP-CMSIG
- License: mit
- Created: 2022-12-20T20:53:12.000Z (about 2 years ago)
- Default Branch: 0.6
- Last Pushed: 2024-11-16T22:01:16.000Z (3 months ago)
- Last Synced: 2024-11-16T22:19:26.659Z (3 months ago)
- Topics: algolia, cmsig, elasticsearch, meilisearch, opensearch, php, search, search-abstraction, search-client
- Language: PHP
- Homepage: https://php-cmsig.github.io/search/
- Size: 203 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Logo created by Meine WilmaSEAL Core
**S**earch **E**ngine **A**bstraction **L**ayer with support to different search engines.
This package was highly inspired by [Doctrine DBAL](https://github.com/doctrine/dbal)
and [Flysystem](https://github.com/thephpleague/flysystem).> **Note**:
> This is part of the `cmsig/search` project create issues in the [main repository](https://github.com/php-cmsig/search).> **Note**:
> This project is heavily under development and any feedback is greatly appreciated.## Installation & Usage
The documentation is available at [https://php-cmsig.github.io/search/](https://php-cmsig.github.io/search/).
It is the recommended and best way to start using the library, it will step-by-step guide you through all the features
of the library.- [Introduction](https://php-cmsig.github.io/search/index.html)
- [Getting Started](https://php-cmsig.github.io/search/getting-started/index.html)
- [Schema](https://php-cmsig.github.io/search/schema/index.html)
- [Index Operations](https://php-cmsig.github.io/search/indexing/index.html)
- [Search & Filters](https://php-cmsig.github.io/search/search-and-filters/index.html)
- [Cookbooks](https://php-cmsig.github.io/search/cookbooks/index.html)
- [Research](https://php-cmsig.github.io/search/research/index.html)## Authors
- [Alexander Schranz](https://github.com/alexander-schranz/)
- [The Community Contributors](https://github.com/php-cmsig/search/graphs/contributors)