frdl / fusio-adapter-webfantize

提供连接到webfantize适配器...

v6.0.1 2023-01-07 04:05 UTC

This package is auto-updated.

Last update: 2024-09-07 07:27:53 UTC


README

Fusio适配器,该适配器提供与Frdlweb API端点和Webfan服务或实体通信的连接。您可以通过以下步骤在Fusio项目中安装该适配器

composer require frdl/fusio-adapter-webfantize
php bin/fusio system:register Fusio\Adapter\Webfantize\Adapter

连接

  • KeychainRegistry/KeychainRegistryWrapper
  • PleskApiClient
  • Database/DatabaseWrapper (Medoo/kdbv)
  • FilesystemCache
  • NextcloudApiWrapper
  • CircuitBreakerProtectedConnectionWrapper (待定:如果使用情况需要,则重写/重新设计!)
  • TemporaryDirectory
  • LazyEventHandlers - frdl\event-module 的目录
  • 基于内容地址的存储服务器 frdl\cta
  • DirectoryProtocolMount

待办事项/笔记

  • 它应该更多地独立于 KeychainRegistry/KeychainRegistryWrapper
  • 使用上下文参数化连接(例如 Wrapper->connect($context[AppId, RouteId, UserId, ...]))