PHPackages                             sfcod/filesystem - 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. sfcod/filesystem

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

sfcod/filesystem
================

Flysystem resolver

1.1.0(3y ago)93.0k↓75%2MITPHPPHP ^7.4

Since Feb 21Pushed 1y ago1 watchersCompare

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

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

Flysystem Extras
================

[](#flysystem-extras)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/138a71f1ac6fe3c3d690c2c48cabc8b4a8ce9ab4df4cbe119f61452f27a2535f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7366636f642f66696c6573797374656d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sfcod/filesystem/?branch=master)[![Code Climate](https://camo.githubusercontent.com/c54951fe4e1117bb247cbe9540a7618d72524286e8753fe9b774329857c6bb2b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7366636f642f66696c6573797374656d2f6261646765732f6770612e737667)](https://codeclimate.com/github/sfcod/filesystem)

Provides extras functionality around Flysystem like Resolvable filesystem.

### Resolvable filesystem

[](#resolvable-filesystem)

`ResolvableFilesystem` is a decorator permitting to resolve objects paths into URLs.

In order to use it, you have to pass the decorated Filesystem and a Resolver:

```
use SfCod\Filesystem\Resolvable\ResolvableFilesystem;
use SfCod\Filesystem\Resolvable\Resolver\LocalUrlResolver;
use League\Flysystem\Filesystem;
use League\Flysystem\Adapter\Local;

$adapter = new Local(__DIR__.'/path/to/root');
$filesystem = new ResolvableFilesystem(
    new Filesystem($adapter),
    new LocalUrlResolver()
);

```

Then you can call `resolve($key)`:

```
$filesystem->resolve('/foo.png'); // = 'https://...

```

Currently these resolvers are supported:

- LocalUrlResolver

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~586 days

Total

4

Last Release

1249d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.1.0PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/7934283ca98b7f31bb5bf13119a8495cad80ac9097125a48792f47caddb588b9?d=identicon)[lexxorlov](/maintainers/lexxorlov)

---

Top Contributors

[![lexxorlov](https://avatars.githubusercontent.com/u/7910574?v=4)](https://github.com/lexxorlov "lexxorlov (6 commits)")[![denis-zf](https://avatars.githubusercontent.com/u/90699783?v=4)](https://github.com/denis-zf "denis-zf (2 commits)")[![Mark1Z](https://avatars.githubusercontent.com/u/9988709?v=4)](https://github.com/Mark1Z "Mark1Z (1 commits)")

---

Tags

flysystemflysystem-adapterphpsymfonysymfony-bundle

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/sfcod-filesystem/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[helios-ag/fm-elfinder-bundle

ElFinder bundle, adds ElFinder file manager to your Symfony project

2814.8M27](/packages/helios-ag-fm-elfinder-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[yii2-starter-kit/yii2-file-kit

Yii2 file upload and storage kit

151216.8k6](/packages/yii2-starter-kit-yii2-file-kit)

PHPackages © 2026

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