frdl / fusio-adapter-webfantize
Provides connection to the webfantize adapters...
Fund package maintenance!
wehowski
webfan.de/sponsor-me
domainundhomepagespeicher.de
Requires
- php: >=7.2 | >=8.0
- brzuchal/filesystem-stream-wrapper: *
- caseyamcl/configula: ^4.0.1
- catfan/medoo: ^2.1.0
- frdl/cta: *
- frdl/event-module: *
- fusio/engine: *
- ganeshkandu/kdbv: ^1.0.7
- joomla/keychain: ~1.0
- nelexa/zip: >=4.0.0
- plesk/api-php-lib: ^1.0.7
- spatie/temporary-directory: *
- sysmoh/nextcloud-api-wrapper: ^0.1.1
- webfan3/php-easy-breaker: *
Suggests
- frdl/remote-psr4: Easy load classes remotly from central code base.
README
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, ...]))