PHPackages                             dygen/filevuer - 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. dygen/filevuer

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

dygen/filevuer
==============

A remote FTP &amp; S3 file manager using VueJS

1.5.4(1y ago)12.5k[12 PRs](https://github.com/Dygen/filevuer/pulls)MITPHPPHP &gt;=8.1

Since Aug 7Pushed 1y ago5 watchersCompare

[ Source](https://github.com/Dygen/filevuer)[ Packagist](https://packagist.org/packages/dygen/filevuer)[ Docs](https://github.com/Dygen/filevuer)[ RSS](/packages/dygen-filevuer/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (8)Dependencies (7)Versions (32)Used By (0)

Filevuer
========

[](#filevuer)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This is a simple FTP/S3 filebrowser Laravel package based on the work done by [OFFLINE-GmbH/Online-FTP-S3](https://github.com/OFFLINE-GmbH/Online-FTP-S3)

- Notable Changes
    ---------------

    [](#notable-changes)

    ```
      - Zip files are streamed from the resource instead of downloading to the server compressing and then serving the file.
      - Uploaded zip files are opened on the server and then files streamed to the resource
      - After upload, files are immediately deleted

    ```
- The connections are defined in the config/filevuer.php file.
- Asset files are copied to /public/vendor/filevuer.
- The index file is copied to views/vendor/filevuer.
- You can use restrict access to the route by placing

```
Route::group(['middleware' => 'auth'], function () {
    jwhulette\filevuer\Filevuer::routes();
});
```

in your routes/web.php file

- This is my first Laravel plugin so I'm sure I have make some mistakes. Please let me know if you come across any issues.

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

[](#installation)

Install using composer

```
composer require jwhulette/filevuer
```

Publish the assets and configuration

```
php artisan vendor:publish --tag=filevuer
```

Laravel 5.5+:

- If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Jwhulette\Filevuer\FilevuerServiceProvider::class
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wes Hulette](https://github.com/jwhulette)
- [OFFLINE GmbH](https://github.com/OFFLINE-GmbH/Online-FTP-S3)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 72.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 ~125 days

Recently: every ~145 days

Total

19

Last Release

586d ago

PHP version history (2 changes)v1.0PHP &gt;=7.1.0

v1.5.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/096585ecab5aa726b52c769c07ffed2b89a761683a4e8efc794994ef89f20703?d=identicon)[roberto910907](/maintainers/roberto910907)

---

Top Contributors

[![jwhulette](https://avatars.githubusercontent.com/u/4930051?v=4)](https://github.com/jwhulette "jwhulette (24 commits)")[![lopenchi](https://avatars.githubusercontent.com/u/12633126?v=4)](https://github.com/lopenchi "lopenchi (4 commits)")[![waldson](https://avatars.githubusercontent.com/u/160668?v=4)](https://github.com/waldson "waldson (2 commits)")[![GoodGreat](https://avatars.githubusercontent.com/u/26406197?v=4)](https://github.com/GoodGreat "GoodGreat (1 commits)")[![roberto910907](https://avatars.githubusercontent.com/u/12180771?v=4)](https://github.com/roberto910907 "roberto910907 (1 commits)")[![suany0805](https://avatars.githubusercontent.com/u/79164262?v=4)](https://github.com/suany0805 "suany0805 (1 commits)")

---

Tags

laravelvuejsftplaravels3

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dygen-filevuer/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)

PHPackages © 2026

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