bopoda / sulu-storage-bundle
Custom implements of filesystem for Sulu storage. This bundle replaces standard Sulu Media Storage filesystem.
Installs: 494
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Type:sulu-bundle
Requires
- php: ^7.1
- ext-fileinfo: *
- ext-json: *
- oneup/flysystem-bundle: ^3.0
- pawel-brzezinski/overlay-component: ^1.0
- sulu/sulu: ~1.6
- symfony/symfony: ^3.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 03:36:31 UTC
README
This unofficial bundle for Sulu CMF, provides possibility to use remote storage bundle (like AWS S3) for Sulu media files. SuluMediaBundle use Flysystem filesystem abstraction in combination with OneupFlysystemBundle.
Features
- Use local or external service as storage for media files.
- Possibility to use Flysystem cache adapter separately for original and format cache storage.
- Possibility to develop own missing adapters which are supported by Flysystem.
Attention
Current version is not stable. Some errors may occur. You are using this bundle at your own risk. If you would like to report error or suggest some improvements, please send an issue on GitHub.
Note
This bundle bases on standard SuluMediaBundle and it overrides some elements of SuluMediaBundle.
Requirements
SuluMediaBundle was tested for Sulu version 1.6.x. For more information check composer.json file.
Installation
The installation description you will find here.