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

v1.1.2 2021-11-28 21:15 UTC

This package is auto-updated.

Last update: 2024-03-29 02:02:54 UTC


README

Build Status codecov Mutation testing badge

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.

Supported adapters