cmsig/seal-opensearch-adapter
OpenSearch adapter for the cmsig/search SEAL project. Write and index documents in an OpenSearch server via the OpenSearch PHP client, usable directly or via DSN (TLS and basic auth supported). Still under active development.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cmsig/seal-typesense-adapter | 0.87 | Typesense adapter for the SEAL search engine abstraction. Index and update documents in a Typesense server, create an Engine with a Typesense client, or configure via a typesense:// DSN (including optional TLS). Part of the cmsig/search project. | 4 | 4 | 0 | 377 | 0 | 0.0 | 26.0 | MIT | — | |
| cmsig/seal-loupe-adapter | 0.86 | Loupe adapter for the SEAL search engine: write indexed documents into a Loupe SQLite instance. Install via Composer and configure through code or a loupe:// DSN (e.g., loupe://var/indexes/). Part of the cmsig/search project. | 6 | 6 | 0 | 20K | 0 | 0.0 | 47.8 | MIT | — | |
| cmsig/seal-elasticsearch-adapter | 0.86 | Elasticsearch adapter for the CMSIG/SEAL search engine. Indexes and updates documents in an Elasticsearch cluster via the official PHP client. Install with composer and configure directly or via DSN (tls, auth). | 1 | 1 | 1 | 2K | 0 | 0.0 | 41.5 | MIT | — | |
| cmsig/seal-laravel-package | 0.86 | — | 4 | 4 | 0 | 82 | 0 | 0.0 | 17.1 | MIT | — | |
| cmsig/seal-algolia-adapter | 0.85 | Algolia adapter for the SEAL search engine (cmsig/search). Writes SEAL documents to Algolia SaaS and can be configured via Algolia SearchClient or a simple DSN (algolia://APP_ID:ADMIN_KEY). Early-stage; feedback welcome. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cmsig/seal-read-write-adapter | 0.85 | SEAL Read Write Adapter lets you use separate search adapters for reads and writes, enabling reindexing without downtime. Combine any AdapterInterface implementations (e.g., Elasticsearch) and configure via DSN for your framework. | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| cmsig/seal-redisearch-adapter | 0.85 | RediSearch adapter for the SEAL search engine. Index and query documents in a Redis Stack instance using RediSearch + RedisJSON. Supports ext-redis/ext-json and DSN-based configuration; note: no GeoBoundingBox or HIGHLIGHT support. | 4 | 4 | 0 | 298 | 0 | 0.0 | 24.6 | MIT | — | |
| cmsig/seal-memory-adapter | 0.85 | In-memory adapter for the SEAL search engine. Stores indexed documents in an array, making it ideal for tests and as a reference implementation. Use directly via Engine or via DSN: memory:// | 2 | 2 | 0 | 13K | 0 | 0.0 | 50.2 | MIT | — | |
| cmsig/seal | 0.85 | SEAL Core (cmsig/seal) is a Search Engine Abstraction Layer inspired by Doctrine DBAL and Flysystem. Provides a unified API and schema for indexing, searching, and filtering across multiple search engines. Part of the cmsig/search project. | 33 | 33 | 0 | 28K | 0 | 0.2 | 40.3 | MIT | — | |
| cmsig/seal-symfony-bundle | 0.84 | — | 15 | 15 | 2 | 29K | 0 | 0.1 | 45.0 | MIT | — | |
| opensearch-project/opensearch-php | 0.84 | Official PHP client for OpenSearch. Provides a convenient, low-level API for indexing and searching documents, managing clusters and indices, and calling OpenSearch endpoints from Laravel or any PHP app. Supports modern PHP versions and common auth options. | 152 | 154 | 74 | 1M | 38 | 36.1 | 75.6 | NOASSERTION | 2 months ago | |
| cmsig/seal-meilisearch-adapter | 0.84 | — | 1 | 1 | 1 | 1K | 0 | 0.0 | 38.1 | MIT | — | |
| cmsig/seal-solr-adapter | 0.84 | Apache Solr adapter for the SEAL search engine. Index and write documents to a SolrCloud instance using collections, with direct client setup or DSN-based configuration for common frameworks. | 2 | 2 | 0 | 111 | 0 | 0.0 | 21.8 | MIT | — | |
| cmsig/seal-multi-adapter | 0.84 | SEAL Multi Adapter writes indexing operations to multiple adapters at once. Commonly paired with ReadWriteAdapter to keep search reads on one engine while mirroring writes to several indexes, useful during migrations or multi-backend setups. | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| adimeo-data-suite/search-client | 0.84 | Laravel/PHP search client for Adimeo Data Suite. Provides a simple API to connect to the service, send search queries, handle responses, and integrate search features into your application with minimal setup. | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | — | — | |
| web-auth/cose-lib | 0.52 | PHP 8.1+ COSE (RFC 9052/9053) library for CBOR Object Signing and Encryption. Supports COSE_Sign1/Sign, Encrypt0/Encrypt, Mac0/Mac tags plus ECDSA, EdDSA, RSA/PS and HMAC algorithms; useful for WebAuthn/FIDO2 and certificates. | 18 | 18 | 10 | 2M | 1 | 25.5 | 64.6 | MIT | 1 month ago | |
| scheb/2fa-backup-code | 0.49 | Adds backup code support to scheb/2fa for Symfony apps. Generate, store, and validate one-time recovery codes so users can access accounts when they lose their 2FA device. Integrates with existing 2FA flows and user providers. | 18 | 19 | 0 | 171K | 0 | 0.1 | 54.6 | MIT | — | |
| scheb/2fa-google-authenticator | 0.49 | Adds Google Authenticator-based two-factor authentication (TOTP) to Symfony apps. Generates QR codes and secrets, validates one-time codes, and plugs into your login flow to improve account security with minimal setup. | 29 | 30 | 2 | 282K | 0 | 0.2 | 54.9 | MIT | — | |
| pragmarx/google2fa-qrcode | 0.48 | Integrates PragmaRX Google2FA with QR code generation so you can create 2FA secrets and render enrollment QR codes (inline data URI) for Google Authenticator and similar apps. Install via Composer; works with PHP 5.4+. | 120 | 125 | 27 | 3M | 0 | 1.4 | 55.3 | MIT | — |
How can I help you explore Laravel packages today?