netlogix/compressingfilesystemstorage
最新稳定版本:1.0.0
Composer 安装命令:
composer require netlogix/compressingfilesystemstorage
包简介
Flow Package that provides a WritableFileSystemStorage with zlib Compression
README 文档
README
Flow package that provides a WritableFileSystemStorage with zlib compression. This storage takes care of compressing and decompressing data on the fly, so no special handling is required from the application side.
Internally, PHP stream wrappers are used to deal with compression. Please refer to the PHP documentation.
Installation
composer require netlogix/compressingfilesystemstorage
Configuration
A Flow storage has to be configured with the CompressingWritableFileSystemStorage:
Neos: Flow: resource: storages: nlxCompressingFileSystemStorage_zlib: storage: Netlogix\CompressingFileSystemStorage\CompressingWritableFileSystemStorage storageOptions: path: '%FLOW_PATH_DATA%Persistent/CompressingWritableFileSystemStorage/' # Can be any PHP stream wrapper, see https://www.php.net/manual/en/wrappers.compression.php streamWrapper: 'compress.zlib'
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-30