PHPackages                             sadovnik/fs - 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. sadovnik/fs

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

sadovnik/fs
===========

A simple filesystem abstraction

1.0.3(9y ago)1120[1 issues](https://github.com/sadovnik/fs/issues)1MITPHP

Since Sep 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sadovnik/fs)[ Packagist](https://packagist.org/packages/sadovnik/fs)[ RSS](/packages/sadovnik-fs/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (4)Used By (1)

fs
==

[](#fs)

[![Build Status](https://camo.githubusercontent.com/001d3c1c5b4122d62e05b2ddc1e34ca014418d0ea7208c111b263e11d9b385a3/68747470733a2f2f7472617669732d63692e6f72672f7361646f766e696b2f66732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sadovnik/fs)[![Code Climate](https://camo.githubusercontent.com/cc0d05b2c27f5c3493b726a34b51ae6b802532954ebb7b60d55ec1757a6ccb56/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7361646f766e696b2f66732f6261646765732f6770612e737667)](https://codeclimate.com/github/sadovnik/fs)[![Test Coverage](https://camo.githubusercontent.com/fbb85d56c4e9d5149308815a2d1b4d1564e542c28e4c99441c6fad3639cfe7d2/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7361646f766e696b2f66732f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/sadovnik/fs/coverage)[![Issue Count](https://camo.githubusercontent.com/17b14248999fbd435d4c6aaf703e60d104781e1ccfeefa524a2f545a5eab5e87/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7361646f766e696b2f66732f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/sadovnik/fs)

A simple filesystem interface.

Install
-------

[](#install)

Via Composer:

```
composer install sadovnik/fs

```

Usage
-----

[](#usage)

```
use Fs\Fs;

$data = Fs::read('some.file');
Fs::write('some_another.file', 'very important data');
Fs::isDir('some.file');
```

Requirements
------------

[](#requirements)

- PHP 7

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

3565d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5960795?v=4)[Cyril Sadovnik](/maintainers/sadovnik)[@sadovnik](https://github.com/sadovnik)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sadovnik-fs/health.svg)

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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