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.
Convo\Data\Filesystem\FilesystemServiceDataProvider
implementsIServiceDataProvider
- stores service dataConvo\Data\Filesystem\FilesystemServiceParams
implementsIServiceParams
- stores runtime service paramsConvo\Data\Filesystem\FilesystemServiceParamsFactory
implementsIServiceParamsFactory
- creates concrete service params storagesConvo\Data\Filesystem\FilesystemServiceMediaManager
implementsIServiceMediaManager
- stores service media
Convo\Data\Filesystem\FilesystemCache
implementsCacheInterface
- cache is available to be used in Convoworks components
For more information, please check out convoworks.com