PHPackages                             neutron/silex-filesystem-provider - 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. neutron/silex-filesystem-provider

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

neutron/silex-filesystem-provider
=================================

A Silex Provider for Symfony Filesystem component

2.0.0(8y ago)5139.4k↑33.3%41MITPHPPHP &gt;=5.3.3

Since Nov 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/romainneutron/Silex-Filesystem-Service-Provider)[ Packagist](https://packagist.org/packages/neutron/silex-filesystem-provider)[ RSS](/packages/neutron-silex-filesystem-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

\#Silex Filesystem Service Provider

[![Build Status](https://camo.githubusercontent.com/ba5e46818b6341e301b0003fdd238b8904e1ec8153ac3d03cbe6d3e28597bdfa/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f726f6d61696e6e657574726f6e2f53696c65782d46696c6573797374656d2d536572766963652d50726f76696465722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/romainneutron/Silex-Filesystem-Service-Provider)

This is a [Silex Service Provider](http://silex.sensiolabs.org/doc/providers.html)for Symfony [Filesystem Component](http://symfony.com/doc/master/components/filesystem.html).

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

[](#installation)

Add it using [composer](http://getcomposer.org/) :

```
{
    "require": {
        "neutron/silex-filesystem-provider": "dev-master"
    }
}
```

Usage
-----

[](#usage)

```
use Silex\Application;
use Neutron\Silex\Provider\FilesystemServiceProvider;

$app = new Application();
// Register the filesystem
$app->register(new FilesystemServiceProvider());

// Just use it as any Silex service
if (!$app['filesystem']->exists('any-absolute-or-relative-path...')) {
	throw new \Namespace\PathNotFoundCustomException();
}
```

### Information

[](#information)

Read more information about the [Symfony Filesystem Component](http://symfony.com/doc/current/components/filesystem.html)

License
-------

[](#license)

This is released under the MIT license

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3072d ago

Major Versions

1.0.0 → 2.0.02017-12-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c264f69af4c60cb9cc98a522b4663f4b6a2708629cabc14409478ab6fc35348?d=identicon)[romain](/maintainers/romain)

---

Top Contributors

[![romainneutron](https://avatars.githubusercontent.com/u/137574?v=4)](https://github.com/romainneutron "romainneutron (14 commits)")[![freezy-sk](https://avatars.githubusercontent.com/u/661637?v=4)](https://github.com/freezy-sk "freezy-sk (6 commits)")[![flo-sch](https://avatars.githubusercontent.com/u/1577155?v=4)](https://github.com/flo-sch "flo-sch (1 commits)")

---

Tags

filesystemsilextemporary-filesystem

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/neutron-silex-filesystem-provider/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

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

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-ftp

FTP filesystem adapter for Flysystem.

2820.8M101](/packages/league-flysystem-ftp)

PHPackages © 2026

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