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

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

nuxed/filesystem
================

Nuxed Filesystem

v2.0.0(5y ago)31.2k14MITHack

Since Oct 22Pushed 5y ago2 watchersCompare

[ Source](https://github.com/nuxed/filesystem)[ Packagist](https://packagist.org/packages/nuxed/filesystem)[ RSS](/packages/nuxed-filesystem/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (10)Dependencies (12)Versions (17)Used By (4)

[![](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)

[![Coding standards status](https://github.com/nuxed/filesystem/workflows/coding%20standards/badge.svg?branch=develop)](https://github.com/nuxed/filesystem/workflows/coding%20standards/badge.svg?branch=develop)[![Static analysis status](https://github.com/nuxed/filesystem/workflows/static%20analysis/badge.svg?branch=develop)](https://github.com/nuxed/filesystem/workflows/static%20analysis/badge.svg?branch=develop)[![Unit tests status](https://github.com/nuxed/filesystem/workflows/unit%20tests/badge.svg?branch=develop)](https://github.com/nuxed/filesystem/workflows/unit%20tests/badge.svg?branch=develop)[![Total Downloads](https://camo.githubusercontent.com/d0a0c454da93347c0189794ab9d3fb0033f1e6519095d6304a476a8723e03529/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f66696c6573797374656d2f642f746f74616c2e737667)](https://packagist.org/packages/nuxed/filesystem)[![Latest Stable Version](https://camo.githubusercontent.com/790f6d6e960a68d2de088d9a5e9b862ef4d712099dc6de7f6c7a2dd25dba1ab0/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f66696c6573797374656d2f762f737461626c652e737667)](https://packagist.org/packages/nuxed/filesystem)[![License](https://camo.githubusercontent.com/156c8784b8ecbb4fda84902bc6314c5638f96135895737061d29150a026e22c8/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f66696c6573797374656d2f6c6963656e73652e737667)](https://packagist.org/packages/nuxed/filesystem)

Nuxed Filesystem
================

[](#nuxed-filesystem)

The Nuxed Filesystem component provides classes that interact with the local filesystem. Specialized classes can be used to read data, write data, alter permissions, rename files, copy, create, delete, move, traverse, and many more through an easy to use interface.

### Installation

[](#installation)

This package can be installed with [Composer](https://getcomposer.org).

```
$ composer require nuxed/filesystem
```

### Example

[](#example)

```
use namespace Nuxed\Filesystem;

async function main(): Awaitable {
  $file = new Filesystem\File('file.txt');
  await $file->create(0755);

  $file->write('Hello, World!');

  print await $file->read(5); // Hello

  $parent = $file->parent();
  await $parent->flush();

  $file->exists(); // false
}
```

---

### Security

[](#security)

For information on reporting security vulnerabilities in Nuxed, see [SECURITY.md](SECURITY.md).

---

### License

[](#license)

Nuxed is open-sourced software licensed under the MIT-licensed.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 89.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 ~27 days

Recently: every ~82 days

Total

15

Last Release

2006d ago

Major Versions

v1.5.0 → v2.0.02020-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/8489d7c85bfa7c637b8e13484f3f659652aea0568b6e7f9e66edeb0649b5a2f1?d=identicon)[azjezz](/maintainers/azjezz)

---

Top Contributors

[![azjezz](https://avatars.githubusercontent.com/u/29315886?v=4)](https://github.com/azjezz "azjezz (26 commits)")[![lexidor](https://avatars.githubusercontent.com/u/31805625?v=4)](https://github.com/lexidor "lexidor (3 commits)")

---

Tags

async-iofilesystemhackhacklanghhvmlocknuxedread-write-lock

### Embed Badge

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

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

###  Alternatives

[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[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)
