PHPackages                             dbp/relay-blob-connector-filesystem-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. dbp/relay-blob-connector-filesystem-bundle

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

dbp/relay-blob-connector-filesystem-bundle
==========================================

Connector bundle for the relay-blob-bundle to store blob data on the filesystem

v0.2.1(6mo ago)011.5k[1 issues](https://github.com/digital-blueprint/relay-blob-connector-filesystem-bundle/issues)AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since May 4Pushed 5d ago3 watchersCompare

[ Source](https://github.com/digital-blueprint/relay-blob-connector-filesystem-bundle)[ Packagist](https://packagist.org/packages/dbp/relay-blob-connector-filesystem-bundle)[ RSS](/packages/dbp-relay-blob-connector-filesystem-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (21)Versions (37)Used By (0)

Relay-Blob-Connector-Filesystem Bundle
======================================

[](#relay-blob-connector-filesystem-bundle)

[GitHub](https://github.com/digital-blueprint/relay-blob-connector-filesystem-bundle) | [Packagist](https://packagist.org/packages/dbp/relay-blob-connector-filesystem-bundle) | [Changelog](https://github.com/digital-blueprint/relay-blob-connector-filesystem-bundle/blob/main/CHANGELOG.md)

This bundle is a connector bundle for the [relay-blob-bundle](https://github.com/digital-blueprint/relay-blob-bundle) to store blob data on the filesystem. It implements the [`DatasystemProviderServiceInterface`](https://github.com/digital-blueprint/relay-blob-bundle/blob/main/src/Service/DatasystemProviderServiceInterface.php) of the blob bundle. It can save files to a specific path, rename those files, remove those files, or return short-lived share-links.

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

[](#requirements)

You need the DbpRelayBlob bundle installed to make this bundle working, see [DbpRelayBlobBundle](https://github.com/digital-blueprint/relay-blob-bundle).

Bundle installation
-------------------

[](#bundle-installation)

You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-blob-connector-filesystem-bundle).

```
composer require dbp/relay-blob-connector-filesystem-bundle
```

Integration into the Relay API Server
-------------------------------------

[](#integration-into-the-relay-api-server)

- Add the bundle to your `config/bundles.php` in front of `DbpRelayCoreBundle`:

```
...
Dbp\Relay\BlobBundle\DbpRelayBlobConnectorFilesystemBundle::class => ['all' => true],
Dbp\Relay\BlobBundle\DbpRelayBlobBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
```

If you were using the [DBP API Server Template](https://github.com/digital-blueprint/relay-server-template)as template for your Symfony application, then this should have already been generated for you.

- Run `composer install` to clear caches

Configuration
-------------

[](#configuration)

The bundle has multiple configuration values that you can specify in your app, either by hard-coding it, or by referencing an environment variable.

For this create `config/packages/dbp_relay_blob_connector_filesystem.yaml` in the app with the following content:

```
dbp_relay_blob_connector_filesystem:
  path: '%kernel.project_dir%/var/blobFiles' # path where files should be placed
```

For more info on bundle configuration see .

Development &amp; Testing
-------------------------

[](#development--testing)

- Install dependencies: `composer install`
- Run tests: `composer test`
- Run linters: `composer run lint`
- Run cs-fixer: `composer run cs-fix`

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance85

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~30 days

Recently: every ~60 days

Total

33

Last Release

194d ago

PHP version history (4 changes)v0.1.0PHP &gt;=7.3

v0.1.12PHP &gt;=7.4

v0.1.13PHP &gt;=8.1

v0.1.27PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/116099192?v=4)[dbp-deploy](/maintainers/dbp-deploy)[@DBP-deploy](https://github.com/DBP-deploy)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (316 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (167 commits)")[![manuelkocher](https://avatars.githubusercontent.com/u/122824716?v=4)](https://github.com/manuelkocher "manuelkocher (83 commits)")[![tsteinwen13](https://avatars.githubusercontent.com/u/37624000?v=4)](https://github.com/tsteinwen13 "tsteinwen13 (71 commits)")[![pbek](https://avatars.githubusercontent.com/u/1798101?v=4)](https://github.com/pbek "pbek (10 commits)")[![tobiasgv](https://avatars.githubusercontent.com/u/122861711?v=4)](https://github.com/tobiasgv "tobiasgv (6 commits)")[![euneuber](https://avatars.githubusercontent.com/u/3296589?v=4)](https://github.com/euneuber "euneuber (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dbp-relay-blob-connector-filesystem-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dbp-relay-blob-connector-filesystem-bundle/health.svg)](https://phpackages.com/packages/dbp-relay-blob-connector-filesystem-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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