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↓82.4%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 today

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 79% of packages

Maintenance27

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

1295d 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.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[pimcore/pimcore

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

3.8k3.8M507](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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