zef-dev / convoworks-data-filesystem
Filesystem service data layer implementation for the Convoworks
Package info
github.com/zef-dev/convoworks-data-filesystem
pkg:composer/zef-dev/convoworks-data-filesystem
1.3.0
2022-12-27 15:51 UTC
Requires
- php: ^7.2
- psr/log: ^1.1.0
- psr/simple-cache: ^1.0.1
- zef-dev/convoworks-core: ^0.22.17
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This library contains filesystem implementations for \Convo\Core\IServiceDataProvider, \Convo\Core\IServiceParamsFactory, \Convo\Core\IServiceParamsFactory and Convo\Core\Media\IServiceMediaManager Convoworks interfaces which are serving for data storage.
In addition there is a simple filesystem Psr\SimpleCache\CacheInterface implementation too.
Service data
Convo\Data\Filesystem\FilesystemServiceDataProviderimplementsIServiceDataProvider- stores service dataConvo\Data\Filesystem\FilesystemServiceParamsimplementsIServiceParams- stores runtime service paramsConvo\Data\Filesystem\FilesystemServiceParamsFactoryimplementsIServiceParamsFactory- creates concrete service params storagesConvo\Data\Filesystem\FilesystemServiceMediaManagerimplementsIServiceMediaManager- stores service media
Cache
Convo\Data\Filesystem\FilesystemCacheimplementsCacheInterface- cache is available to be used in Convoworks components
For more information, please check out convoworks.com