PHPackages                             nece001/php-brawl-filesystem-local - 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. nece001/php-brawl-filesystem-local

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

nece001/php-brawl-filesystem-local
==================================

php 本地（硬盘）文件系统信基础服务项目

1.0.2(2y ago)06MITPHPPHP &gt;=7.2

Since Jun 19Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

php-brawl-filesystem-local
==========================

[](#php-brawl-filesystem-local)

php 本地（硬盘）文件系统基础服务适配项目

示例
==

[](#示例)

```
    $conf = array(
        'base_path' => 'D:\Work\temp\test',
        'sub_path' => 'a/b',
        'base_url' => 'http://aaa.com',
    );

    $config = FileSystemFactory::createConfig('Local');
    $config->setConfig($conf);

    $fso = FileSystemFactory::createClient($config);
    try {

        $fso->write('c/' . time() . '.txt', 'test');
        $fso->append('c/' . time() . '.txt', 'test');

        $fso->copy('a/b/c/1687011074.txt', 'a/1.txt');
        $fso->move('a/b/a/1.txt', 'a/2.txt');
        $fso->upload('a/b/a.txt', 'a/3.txt');

        var_dump($fso->exists('a/b/c/1687011074.txt'));
        echo $fso->read('a/b/c/1687011074.txt');
        $fso->delete('a/b/a/1.txt');

        $fso->mkDir('a/d');
        echo $fso->lastModified('a/b/c/1687011074.txt');
        echo $fso->fileSize('a/b/c/1687011074.txt');

        print_r($fso->readDir('a/b/c/'));

        echo $fso->getUri(), '';
        echo $fso->getUrl();
    } catch (Throwable $e) {
        echo $e->getMessage(), '';
        echo $fso->getErrorMessage();
    }
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

2

Last Release

1052d ago

### Community

Maintainers

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

---

Top Contributors

[![nece001](https://avatars.githubusercontent.com/u/3203603?v=4)](https://github.com/nece001 "nece001 (7 commits)")

### Embed Badge

![Health badge](/badges/nece001-php-brawl-filesystem-local/health.svg)

```
[![Health](https://phpackages.com/badges/nece001-php-brawl-filesystem-local/health.svg)](https://phpackages.com/packages/nece001-php-brawl-filesystem-local)
```

###  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.8M124](/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)
