承接 cmsig/seal-loupe-adapter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cmsig/seal-loupe-adapter

最新稳定版本:0.12.6

Composer 安装命令:

composer require cmsig/seal-loupe-adapter

包简介

An adapter to support loupe in cmsig/seal search abstraction.

README 文档

README

Note: This is part of the cmsig/search project create issues in the main repository.

SEAL Logo with an abstract seal sitting on a telescope. Logo created by Meine Wilma

SEAL
Loupe Adapter



The LoupeAdapter write the documents into a Loupe SQLite instance.

Note: This project is heavily under development and any feedback is greatly appreciated.

Installation

Use composer for install the package:

composer require cmsig/seal cmsig/seal-loupe-adapter

Usage.

The following code shows how to create an Engine using this Adapter:

<?php

use Loupe\Loupe\LoupeFactory;
use CmsIg\Seal\Adapter\Loupe\LoupeAdapter;
use CmsIg\Seal\Adapter\Loupe\LoupeHelper;
use CmsIg\Seal\Engine;

$loupeFactory = new LoupeFactory();

$engine = new Engine(
    new LoupeAdapter(new LoupeHelper($loupeFactory, 'var/indexes/')),
    $schema,
);

Via DSN for your favorite framework:

loupe://var/indexes/
loupe://

Authors

统计信息

  • 总下载量: 81.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 8
  • 依赖项目数: 15
  • 推荐数: 1

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04