Skip to content

frdl/fusio-adapter-webfantize

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 103 commits ahead, 10 commits behind apioo:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Fusio-Adapter-Webfantize

Fusio adapter which provides connections to communicate with Frdlweb API Endpoints and Webfan Services or Entities. You can install the adapter with the following steps inside your Fusio project:

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

Connections:

  • KeychainRegistry/KeychainRegistryWrapper
  • PleskApiClient
  • Database/DatabaseWrapper (Medoo/kdbv)
  • FilesystemCache
  • NextcloudApiWrapper
  • CircuitBreakerProtectedConnectionWrapper (todo: rewrite/redesign if usecase!?!)
  • TemporaryDirectory
  • LazyEventHandlers - Directoy for frdl\event-module
  • Content-addressable storage server frdl\cta
  • DirectoryProtocolMount

ToDo/Notes

  • It should more INdependent from KeychainRegistry/KeychainRegistryWrapper!?!
  • Parameterize the connections with Context (e.g Wrapper->connect($context[AppId, RouteId, UserId, ...]))