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 2y ago1 watchersCompare

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

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

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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://avatars.githubusercontent.com/u/14020978?v=4)[Mário Lucas](/maintainers/mariolucasdev)[@mariolucasdev](https://github.com/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)
```

PHPackages © 2026

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