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

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

grzegorz-jamroz/filesystem
==========================

A PHP library for handling file and folder operations.

1.0.1(6mo ago)01181PHPPHP &gt;=8.4

Since Feb 6Pushed 6mo agoCompare

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

READMEChangelog (10)Dependencies (6)Versions (13)Used By (1)

iFrost Filesystem
=================

[](#ifrost-filesystem)

 **A PHP library for handling file and folder operations.**

 [![Code Coverage](https://camo.githubusercontent.com/d9050fe689188d42e842869daf52a66bb4f05272b670eac0bd6ad721e27a0741/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3e3d382e302d626c75653f636f6c6f72423d253233383839324246)](https://camo.githubusercontent.com/d9050fe689188d42e842869daf52a66bb4f05272b670eac0bd6ad721e27a0741/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3e3d382e302d626c75653f636f6c6f72423d253233383839324246) [![Code Coverage](https://camo.githubusercontent.com/1434a1d9954c9a9a253b54c03e450e1a20f7e95858362c9fdeb905eab8a4bb81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352066696c65737c313030253235206c696e65732d627269676874677265656e)](https://camo.githubusercontent.com/1434a1d9954c9a9a253b54c03e450e1a20f7e95858362c9fdeb905eab8a4bb81/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352066696c65737c313030253235206c696e65732d627269676874677265656e) [![Code Coverage](https://camo.githubusercontent.com/687bb7a50277c233437345b9c2a93fa8301a20afbc8b51c27f73b395bdb75a9d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652d76312e302e312d626c7565)](https://camo.githubusercontent.com/687bb7a50277c233437345b9c2a93fa8301a20afbc8b51c27f73b395bdb75a9d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652d76312e302e312d626c7565) [![Read License](https://camo.githubusercontent.com/ac5a84e46ed6115143e538fc1719317aee9a8da9fb0d842ad1bcbbc38cf6e79c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d73717561726526636f6c6f72423d6461726b6379616e)](https://camo.githubusercontent.com/ac5a84e46ed6115143e538fc1719317aee9a8da9fb0d842ad1bcbbc38cf6e79c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d73717561726526636f6c6f72423d6461726b6379616e)

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

[](#installation)

```
composer require grzegorz-jamroz/filesystem

```

Development with Docker
=======================

[](#development-with-docker)

### Build and run the containers:

[](#build-and-run-the-containers)

```
docker compose up -d
```

*Note:* When working with Docker container - there is not need to create `.env` file with `SUDOER_PASSWORD=password`. It could be only required when working on host machine to properly run all tests.

### Copy vendor folder from container to host

[](#copy-vendor-folder-from-container-to-host)

```
docker compose cp app:/app/vendor ./vendor
```

### Run static analysis

[](#run-static-analysis)

```
docker compose exec app bin/fix
```

### Run tests

[](#run-tests)

```
docker compose exec app bin/test
```

Run single test file:

```
docker compose exec app vendor/bin/phpunit --filter
docker compose exec app vendor/bin/phpunit --filter testShouldReturnExpectedFloat tests/Unit/TransformNumeric/ToFloatTest.php
```

### Run coverage report

[](#run-coverage-report)

1. [Enable xdebug](#enable-xdebug)
2. Run:

```
docker compose exec app bin/coverage
```

### Enable xdebug

[](#enable-xdebug)

```
docker compose exec app xdebug on
```

### Disable xdebug

[](#disable-xdebug)

```
docker compose exec app xdebug off
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

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

Recently: every ~335 days

Total

12

Last Release

198d ago

Major Versions

v0.1.0 → 1.0.02025-10-23

PHP version history (2 changes)0.0.1PHP &gt;=8.0

1.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5300d69603af70b5f238dc28ede96a0e34309da07780a9a4a719ce5d7ae0b704?d=identicon)[grzegorz-jamroz](/maintainers/grzegorz-jamroz)

---

Top Contributors

[![grzegorz-jamroz](https://avatars.githubusercontent.com/u/3972792?v=4)](https://github.com/grzegorz-jamroz "grzegorz-jamroz (26 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  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)
