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

Abandoned → [webman-tech/laravel-filesystem](/?search=webman-tech%2Flaravel-filesystem)Library[File &amp; Storage](/categories/file-storage)

kriss/webman-filesystem
=======================

Webman plugin webman-tech/laravel-filesystem

v12.0.12(5mo ago)7592MITPHPPHP ^8.2

Since Sep 14Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/webman-tech/laravel-filesystem)[ Packagist](https://packagist.org/packages/kriss/webman-filesystem)[ RSS](/packages/kriss-webman-filesystem/feed)WikiDiscussions 12.x Synced 4w ago

READMEChangelog (10)Dependencies (4)Versions (31)Used By (0)

webman-tech/laravel-filesystem
==============================

[](#webman-techlaravel-filesystem)

> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)

适用于 webman 的 Laravel 文件系统组件，基于 illuminate/filesystem 实现。

安装
--

[](#安装)

```
composer require webman-tech/laravel-filesystem
```

简介
--

[](#简介)

该组件将 Laravel 强大的文件系统功能引入 webman 框架中，提供了统一的 API 来操作本地文件系统和云存储服务。

所有方法和配置与 Laravel 几乎一致，因此使用方式可完全参考 [Laravel Filesystem 文档](https://laravel.com/docs/filesystem)。

特殊使用说明
------

[](#特殊使用说明)

### 1. Facades 使用方式

[](#1-facades-使用方式)

- 使用 `WebmanTech\LaravelFilesystem\Facades\File` 替代 `Illuminate\Support\Facades\File`
- 使用 `WebmanTech\LaravelFilesystem\Facades\Storage` 替代 `Illuminate\Support\Facades\Storage`

### 2. 命令行工具

[](#2-命令行工具)

```
# 建立软链
php webman storage:link

```

### 3. 文件上传处理

[](#3-文件上传处理)

原 Laravel 下通过 `$request->file()`之后的快捷文件操作，需要使用 [webman-tech/laravel-http](https://github.com/webman-tech/laravel-http) 来支持：

```
use WebmanTech\LaravelHttp\Facades\LaravelUploadedFile;

$path = LaravelUploadedFile::wrapper($request->file('avatar'))->store('avatars');
```

### 4. 自定义文件系统

[](#4-自定义文件系统)

通过在 `filesystems.php` 配置文件的 `disks` 中的 `driver` 直接使用驱动扩展类的 class 名即可（驱动扩展实现 `WebmanTech\LaravelFilesystem\Extend\ExtendInterface`）

目前提供以下非 Laravel 官方库支持的文件系统，可自行参考替换相应的实现

排名不分先后，不做具体推荐

厂商扩展包安装使用QiNiu[overtrue/flysystem-qiniu](https://github.com/overtrue/laravel-filesystem-qiniu)[文档](./docs/extends/qiniu-overtrue.md)Tencent COS[overtrue/flysystem-cos](https://github.com/overtrue/laravel-filesystem-cos)[文档](./docs/extends/cos-overtrue.md)Aliyun OSS[alphasnow/aliyun-oss-laravel](https://github.com/alphasnow/aliyun-oss-laravel)[文档](./docs/extends/oss-alphasnow.md)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~40 days

Recently: every ~7 days

Total

30

Last Release

163d ago

Major Versions

v1.0.1 → v2.0.02022-09-16

v2.1.4 → v3.0.02022-12-07

v3.1.1 → 11.0.02025-02-08

3.1.x-dev → 12.0.02025-06-04

v11.0.2 → v12.0.42025-07-18

PHP version history (3 changes)v1.0.0PHP &gt;=7.4

v2.1.1PHP &gt;=7.2

11.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![krissss](https://avatars.githubusercontent.com/u/10680903?v=4)](https://github.com/krissss "krissss (17 commits)")[![hms5232](https://avatars.githubusercontent.com/u/43672033?v=4)](https://github.com/hms5232 "hms5232 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M784](/packages/league-flysystem-aws-s3-v3)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[yii2-starter-kit/yii2-file-kit

Yii2 file upload and storage kit

151216.8k6](/packages/yii2-starter-kit-yii2-file-kit)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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