https://github.com/php-cmsig/seal-multi-adapter
The MultiAdapter allows to write into multiple adapters. Part of the https://github.com/php-cmsig/search project. READ-ONLY Repository
https://github.com/php-cmsig/seal-multi-adapter
cmsig php seal-adapter seal-php-adapter
Last synced: 12 months ago
JSON representation
The MultiAdapter allows to write into multiple adapters. Part of the https://github.com/php-cmsig/search project. READ-ONLY Repository
- Host: GitHub
- URL: https://github.com/php-cmsig/seal-multi-adapter
- Owner: PHP-CMSIG
- License: mit
- Created: 2022-12-20T20:53:38.000Z (over 3 years ago)
- Default Branch: 0.9
- Last Pushed: 2025-05-27T09:38:46.000Z (about 1 year ago)
- Last Synced: 2025-05-27T10:38:20.291Z (about 1 year ago)
- Topics: cmsig, php, seal-adapter, seal-php-adapter
- Language: PHP
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> **Note**:
> This is part of the `cmsig/search` project create issues in the [main repository](https://github.com/php-cmsig/search).
---
Logo created by Meine Wilma
SEAL
Multi Adapter
The `MultiAdapter` allows to write into multiple adapters.
> **Note**:
> This project is heavily under development and any feedback is greatly appreciated.
## Usage
It is mostly used in combination with the `ReadWriteAdapter` to still write into both indexes.
The following code shows how to create an Engine using this Adapter:
```php
**Note**
> The `MultiAdapter` does not support the `search` method and so the `ReadWriteAdapter` is required.
## Authors
- [Alexander Schranz](https://github.com/alexander-schranz/)
- [The Community Contributors](https://github.com/php-cmsig/search/graphs/contributors)