PHPackages                             wolnosciowiec/file-repository-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. wolnosciowiec/file-repository-bundle

AbandonedArchivedLibrary

wolnosciowiec/file-repository-bundle
====================================

Provides an interface to connect with `wolnosciowiec/image-repository` server

v2.1.0.1b(8y ago)2901LGPL-3.0-or-laterPHPPHP &gt;=7.1

Since Feb 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Wolnosciowiec/FileRepositoryBundle)[ Packagist](https://packagist.org/packages/wolnosciowiec/file-repository-bundle)[ RSS](/packages/wolnosciowiec-file-repository-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

FileRepositoryBundle
====================

[](#filerepositorybundle)

[![Build Status](https://camo.githubusercontent.com/7a7d2da1b72166bde2a16b3453502cc908b734cc51aeedb0e2c204d1303b1bda/68747470733a2f2f7472617669732d63692e6f72672f576f6c6e6f7363696f776965632f46696c655265706f7369746f727942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Wolnosciowiec/FileRepositoryBundle)[![Coverage Status](https://camo.githubusercontent.com/91738d22b5332f6130abd0e95992fde4f4ede6f83f4d4a34c2737b87bcf8ddfb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f576f6c6e6f7363696f776965632f46696c655265706f7369746f727942756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Wolnosciowiec/FileRepositoryBundle?branch=master)

A Symfony bundle that provides a files repository interface with error handling. Files repository allows to store static files on a cheapest storage (e.g. from $1/mo). The file repository responsibility is to redistribute the files, handle recognition and validation, de-duplication, so the main application could take only the minimum of sending files, and removing them if necessary.

### Requirements:

[](#requirements)

- Symfony

Setup
=====

[](#setup)

1. Register the bundle

```
new Wolnosciowiec\FileRepositoryBundle\FileRepositoryBundle(),

```

2. In configuration step you need to put your server address, secret token and cache class name

Configuration
=============

[](#configuration)

```
    file_repository:
        cache_class: "Doctrine\\Common\\Cache\\VoidCache"
        url: "https://image-repository-test.herokuapp.com"
        token: "api-key-here-for-external-remote-control"

```

Example usage
=============

[](#example-usage)

```
// upload an image to the file repository
// the repository handles itself de-duplication, so we don't need to take care of it
// in the application
$this->uploader->uploadFromUrl($event->getBackgroundImage());

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

3010d ago

PHP version history (2 changes)v2.0bPHP &gt;=7.0

v2.1.0.1bPHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bcf126fe030a49d883299ee4d99f7b9c67ffa348baf329117df9bb850ceccdc?d=identicon)[blackandred](/maintainers/blackandred)

---

Top Contributors

[![blackandred](https://avatars.githubusercontent.com/u/22807686?v=4)](https://github.com/blackandred "blackandred (1 commits)")

---

Tags

api-clientbundleimagesrepositorysymfonywolnosciowiec

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wolnosciowiec-file-repository-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wolnosciowiec-file-repository-bundle/health.svg)](https://phpackages.com/packages/wolnosciowiec-file-repository-bundle)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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