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

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

compolomus/fs-helper
====================

FileSystem Helper

10PHP

Since May 14Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Compolomus/FSHelper)[ Packagist](https://packagist.org/packages/compolomus/fs-helper)[ RSS](/packages/compolomus-fs-helper/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Compolomus FileSystem Helper
============================

[](#compolomus-filesystem-helper)

[![License](https://camo.githubusercontent.com/b0b45194b3c5f0e7e140a92d5049f436a085d8e275eb3a17f13fe240079736fa/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706f6c6f6d75732f465348656c7065722f6c6963656e7365)](https://packagist.org/packages/compolomus/fs-helper)

[![Build Status](https://camo.githubusercontent.com/fad672d59b590239f8c3e07be7a39d3b88f438a8ca7bb89f16104c9564bbadd8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6d706f6c6f6d75732f465348656c7065722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Compolomus/FSHelper/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ab9f7db397b788d842f181115dab7b77dea88a85413cc72192ce2a7704107c75/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6d706f6c6f6d75732f465348656c7065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Compolomus/FSHelper/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6da9defa30316a8aa41ac997cc4d5f14900b173bc363ed09c01e06c3be530d81/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6d706f6c6f6d75732f465348656c7065722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Compolomus/FSHelper/?branch=master)[![Code Climate](https://camo.githubusercontent.com/c9d37784f50a055e2dee874cb68e4f682905cb16eb45f49ffd6f96546d96c0e5/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f436f6d706f6c6f6d75732f465348656c7065722f6261646765732f6770612e737667)](https://codeclimate.com/github/Compolomus/FSHelper)[![Downloads](https://camo.githubusercontent.com/4697d3b5cfa96597d8e79d33ba1059963b63bc8cec8549e5590207c9a3086d0b/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706f6c6f6d75732f465348656c7065722f646f776e6c6f616473)](https://packagist.org/packages/compolomus/fs-helper)

Install
-------

[](#install)

```
composer require compolomus/fs-helper
```

Usage
-----

[](#usage)

```
use Compolomus\FSHelper\FSHelper;
use Compolomus\FSHelper\ZipHelper;

$dir = '../';

echo '' . print_r(FSHelper::getInfoDirectory($dir), true) . '';

ZipHelper::createArchiveFromDirectory($dir);
```

Testing
-------

[](#testing)

You just need to run following command:

```
./vendor/bin/phpunit
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c64343f1ab70bc117e5674a8eac95f4329407548510ff57788473ac751e9e230?d=identicon)[Compolomus](/maintainers/Compolomus)

---

Top Contributors

[![EvilFreelancer](https://avatars.githubusercontent.com/u/9089568?v=4)](https://github.com/EvilFreelancer "EvilFreelancer (13 commits)")[![Compolomus](https://avatars.githubusercontent.com/u/10777258?v=4)](https://github.com/Compolomus "Compolomus (12 commits)")[![batumibiz](https://avatars.githubusercontent.com/u/10770779?v=4)](https://github.com/batumibiz "batumibiz (4 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[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)

PHPackages © 2026

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