PHPackages                             bopoda/sulu-storage-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. bopoda/sulu-storage-bundle

ActiveSulu-bundle[File &amp; Storage](/categories/file-storage)

bopoda/sulu-storage-bundle
==========================

Custom implements of filesystem for Sulu storage. This bundle replaces standard Sulu Media Storage filesystem.

v1.1.2(4y ago)0495MITPHPPHP ^7.1

Since Jul 2Pushed 4y agoCompare

[ Source](https://github.com/bopoda/sulu-storage-bundle)[ Packagist](https://packagist.org/packages/bopoda/sulu-storage-bundle)[ Docs](https://github.com/bopoda/sulu-storage-bundle)[ RSS](/packages/bopoda-sulu-storage-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (12)Versions (16)Used By (0)

SuluStorageBundle
=================

[](#sulustoragebundle)

[![Build Status](https://camo.githubusercontent.com/ca742c026236315816ad379ac2c3cc7751bf99c5a14dd4bf5c3d7e7d709020b8/68747470733a2f2f7472617669732d63692e636f6d2f706177656c2d62727a657a696e736b692f73756c752d73746f726167652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/pawel-brzezinski/sulu-storage-bundle) [![codecov](https://camo.githubusercontent.com/dea175adf840455e8b74ab50cd89f007bdfdfa14cd652958f29754272bf06ec0/68747470733a2f2f636f6465636f762e696f2f67682f706177656c2d62727a657a696e736b692f73756c752d73746f726167652d62756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/pawel-brzezinski/sulu-storage-bundle) [![Mutation testing badge](https://camo.githubusercontent.com/10423463951f5e989314eec5639fd55f7c657f89b8e27dad893c4314765df008/68747470733a2f2f62616467652e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f706177656c2d62727a657a696e736b692f73756c752d73746f726167652d62756e646c652f6d6173746572)](https://infection.github.io)

This unofficial bundle for [Sulu CMF](https://github.com/sulu/sulu), provides possibility to use remote storage bundle (like AWS S3) for Sulu media files. SuluMediaBundle use [Flysystem](https://github.com/thephpleague/flysystem) filesystem abstraction in combination with [OneupFlysystemBundle](https://github.com/1up-lab/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
---------

[](#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
----

[](#note)

This bundle bases on standard [SuluMediaBundle](https://github.com/sulu/sulu/tree/develop/src/Sulu/Bundle/MediaBundle) and it overrides some elements of SuluMediaBundle.

Requirements
------------

[](#requirements)

SuluMediaBundle was tested for Sulu version **1.6.x**. For more information check composer.json file.

Installation
------------

[](#installation)

The installation description you will find [here](Resources/doc/index.md).

Supported adapters
------------------

[](#supported-adapters)

- [Local adapter](Resources/doc/adapter/local_adapter.md)
- [AwsS3v3 adapter](Resources/doc/adapter/awss3v3_adapter.md)
- [Replicate adapter](Resources/doc/adapter/replicate_adapter.md)
- [Custom adapter implementation](Resources/doc/adapter/custom_adapter.md)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 75.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~124 days

Recently: every ~258 days

Total

14

Last Release

1625d ago

Major Versions

v0.1.6.x-dev → 1.0.02019-01-31

PHP version history (3 changes)0.1.0PHP ^5.5 || ^7.0

1.0.0PHP ^5.6 || ^7.0

1.1.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/787dfca6375d25b588239257750ff39e83d5e618ffb0aa2932a8d68361b46bf2?d=identicon)[jekaby](/maintainers/jekaby)

---

Top Contributors

[![pawel-brzezinski](https://avatars.githubusercontent.com/u/27571847?v=4)](https://github.com/pawel-brzezinski "pawel-brzezinski (37 commits)")[![mareksuscak](https://avatars.githubusercontent.com/u/613647?v=4)](https://github.com/mareksuscak "mareksuscak (8 commits)")[![eugene-yurkevich](https://avatars.githubusercontent.com/u/198213176?v=4)](https://github.com/eugene-yurkevich "eugene-yurkevich (3 commits)")[![bopoda](https://avatars.githubusercontent.com/u/881283?v=4)](https://github.com/bopoda "bopoda (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bopoda-sulu-storage-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bopoda-sulu-storage-bundle/health.svg)](https://phpackages.com/packages/bopoda-sulu-storage-bundle)
```

###  Alternatives

[jbouzekri/file-uploader-bundle

Aggregate some bundles and libraries to provide easy ajax file upload integration with functionnalities like image croping or storage on amazon

258.1k2](/packages/jbouzekri-file-uploader-bundle)[lamoda/codeception-flysystem

Remote files checker for codeception tests

165.1k](/packages/lamoda-codeception-flysystem)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
