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

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

wilkques/filesystem
===================

PHP Filesystem

v1.1.4(11mo ago)03454MITPHPPHP &gt;=5.3

Since May 8Pushed 11mo ago1 watchersCompare

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

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

File System for PHP
===================

[](#file-system-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/6d562237cebe5e2b02d10839c6e1aa148e90e17bc9883b3143d56f6b46c9be8d/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f66696c6573797374656d2f762f737461626c65)](https://packagist.org/packages/wilkques/filesystem)[![License](https://camo.githubusercontent.com/6f30f485001e4dba211c6cfd2a67252c8c8bfa1a4287b732ee29b978676174eb/68747470733a2f2f706f7365722e707567782e6f72672f77696c6b717565732f66696c6573797374656d2f6c6963656e7365)](https://packagist.org/packages/wilkques/filesystem)

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

[](#installation)

`composer require wilkques/filesystem`

How to use
----------

[](#how-to-use)

```
$filesystem = \Wilkques\Filesystem\FileSystem::make();

// or

$filesystem = filesystem();

// create file & put content
$filesystem->put('', '');

// put content
$filesystem->append('', '');

// prepend content
$filesystem->prepend('', '');

// get file content
$resolve = $filesystem->get('');

var_dump(
    $resolve
);

// delete file
$resolve = $filesystem->delete('');
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance50

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

5

Last Release

357d ago

PHP version history (2 changes)v1.0.1PHP &gt;=5.4

v1.1.3PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/906e907ec7e3dbe49f32aebd0f36488176d3736a65d38675753ba9a6a21017b6?d=identicon)[wilkques](/maintainers/wilkques)

---

Top Contributors

[![wilkques](https://avatars.githubusercontent.com/u/51186879?v=4)](https://github.com/wilkques "wilkques (11 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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