PHPackages                             yapro/symfony-filesystem-ext - 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. yapro/symfony-filesystem-ext

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

yapro/symfony-filesystem-ext
============================

v1.0.2(1y ago)01.0kPHPPHP &gt;=7.4.0

Since May 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yapro/symfony-filesystem-ext)[ Packagist](https://packagist.org/packages/yapro/symfony-filesystem-ext)[ RSS](/packages/yapro-symfony-filesystem-ext/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Symfony Filesystem Ext
======================

[](#symfony-filesystem-ext)

Lib for solving the most common problems with files.

[![lib tests](https://github.com/yapro/symfony-filesystem-ext/actions/workflows/main.yml/badge.svg)](https://github.com/yapro/symfony-filesystem-ext/actions/workflows/main.yml/badge.svg)

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

[](#installation)

Add as a requirement in your `composer.json` file or run for prod:

```
composer require yapro/symfony-filesystem-ext
```

As dev:

```
composer require yapro/symfony-filesystem-ext dev-main
```

Development
-----------

[](#development)

Build:

```
docker build -t yapro/symfony-filesystem-ext:latest -f ./Dockerfile ./
```

Tests:

```
docker run --user=1000:1000 --rm -v $(pwd):/app -w /app yapro/symfony-filesystem-ext:latest bash -c "
  composer install --optimize-autoloader --no-scripts --no-interaction &&
  vendor/bin/simple-phpunit tests"
```

Installation dev`s requirements:

```
docker run --user=1000:1000 --add-host=host.docker.internal:host-gateway -it --rm -v $(pwd):/app -w /app yapro/symfony-filesystem-ext:latest bash
composer install -o
```

Debug PHP:

```
PHP_IDE_CONFIG="serverName=common" \
XDEBUG_SESSION=common \
XDEBUG_MODE=debug \
XDEBUG_CONFIG="max_nesting_level=200 client_port=9003 client_host=host.docker.internal" \
vendor/bin/simple-phpunit --cache-result-file=/tmp/phpunit.cache -v --stderr --stop-on-incomplete --stop-on-defect \
--stop-on-failure --stop-on-warning --fail-on-warning --stop-on-risky --fail-on-risky
```

Cs-Fixer:

```
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.8.0/php-cs-fixer.phar && chmod +x ./php-cs-fixer.phar
docker run --user=1000:1000 --rm -v $(pwd):/app -w /app yapro/symfony-filesystem-ext:latest ./php-cs-fixer.phar fix --config=.php-cs-fixer.dist.php -v --using-cache=no --allow-risky=yes
```

Update phpmd rules:

```
wget https://github.com/phpmd/phpmd/releases/download/2.12.0/phpmd.phar && chmod +x ./phpmd.phar
docker run --user=1000:1000 --rm -v $(pwd):/app -w /app yapro/symfony-filesystem-ext:latest ./phpmd.phar . text phpmd.xml --exclude .github/workflows,vendor --strict --generate-baseline
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

724d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b05d477ebab02bae019ebde0a8fb3f7977660258439f03a0cbc38ed8bc948435?d=identicon)[Lebnik](/maintainers/Lebnik)

---

Top Contributors

[![yapro](https://avatars.githubusercontent.com/u/263248?v=4)](https://github.com/yapro "yapro (10 commits)")

### Embed Badge

![Health badge](/badges/yapro-symfony-filesystem-ext/health.svg)

```
[![Health](https://phpackages.com/badges/yapro-symfony-filesystem-ext/health.svg)](https://phpackages.com/packages/yapro-symfony-filesystem-ext)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M114](/packages/vich-uploader-bundle)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M341](/packages/drupal-core-recommended)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)

PHPackages © 2026

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