Skip to content

Storage bundle for Sulu CMF based on Flysystem abstract layer.

License

Notifications You must be signed in to change notification settings

pawel-brzezinski/sulu-storage-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb4e159 · Aug 2, 2019

History

52 Commits
Jan 30, 2019
Jan 31, 2019
Aug 2, 2019
Jul 30, 2019
Jan 31, 2019
Jan 30, 2019
Jul 30, 2019
Aug 2, 2019
Jan 31, 2019
Jul 30, 2019
Aug 2, 2019
Jan 31, 2019
Jan 30, 2019
Jan 31, 2019
Jul 30, 2019
Jan 31, 2019
Jan 31, 2019

Repository files navigation

SuluStorageBundle

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