PHPackages                             mariolucasdev/filewizard - 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. mariolucasdev/filewizard

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

mariolucasdev/filewizard
========================

Features for working with files using PHP.

00PHP

Since May 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mariolucasdev/filewizard)[ Packagist](https://packagist.org/packages/mariolucasdev/filewizard)[ RSS](/packages/mariolucasdev-filewizard/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

📁 FileWizard
============

[](#-filewizard)

Features for working with files using PHP.

### 🧰 Installing FileWizard Package

[](#-installing-filewizard-package)

```
composer require mariolucasdev/filewizard

```

### ✔️ Using

[](#️-using)

#### Upload Single File

[](#upload-single-file)

```
use FileWizard\UploadWizard;

$wizard = new UploadWizard();
$file = $wizard::upload('source/file.ext', 'dest/');

// OR

$wizard = new UploadWizard(destination: 'dest/dir/');
$file = $wizard::upload('source/file.ext');

// $file output
// ['name', 'source', 'destination', 'extension', 'size', 'mime']
```

#### Multiple Files

[](#multiple-files)

```
use FileWizard\UploadWizard;

$wizard = new UploadWizard(destination: 'dest/dir/');

$files = $wizard::upload([
    'source/file1.txt',
    'source/file2.txt',
]);

// $files output
// [
//     ['name', 'source', 'destination', 'extension', 'size', 'mime']
//     ['name', 'source', 'destination', 'extension', 'size', 'mime']
// ]
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9da5c93f43a49ee0437e7b662537c13d262303f25ac035e020177bde04a994b8?d=identicon)[mariolucasdev](/maintainers/mariolucasdev)

---

Top Contributors

[![mariolucasdev](https://avatars.githubusercontent.com/u/14020978?v=4)](https://github.com/mariolucasdev "mariolucasdev (14 commits)")

### Embed Badge

![Health badge](/badges/mariolucasdev-filewizard/health.svg)

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

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