PHPackages                             viloveul/media - 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. [Image &amp; Media](/categories/media)
4. /
5. viloveul/media

ActiveLibrary[Image &amp; Media](/categories/media)

viloveul/media
==============

Viloveul media uploader.

v1.0.5(7y ago)1162MITPHPPHP ~7.0

Since Dec 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/viloveul/media)[ Packagist](https://packagist.org/packages/viloveul/media)[ Docs](http://www.viloveul.com)[ RSS](/packages/viloveul-media/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

Installation
============

[](#installation)

make sure your php version &gt; 7.0

```
composer require viloveul/media
```

HOW
---

[](#how)

```
require __DIR__ . '/vendor/autoload.php';

$serverRequest = Viloveul\Http\Server\RequestFactory::fromGlobals();

$uploader = new Viloveul\Media\Uploader($serverRequest, [
	'target' => '/path/uploads'
]);

// upload all uploaded files
$uploader->upload('*', function ($results, $errors) {
	dd($results);
});

// upload specific index of $_FILES
$uploader->upload('your_input_field', function ($results, $errors) {
	dd($results);
});
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~22 days

Recently: every ~30 days

Total

7

Last Release

2560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/609a03f1a38d80aa5cf333dd556cb748371dbcbc880f3c580ecea72ff0fb228b?d=identicon)[zafex](/maintainers/zafex)

---

Top Contributors

[![zafex](https://avatars.githubusercontent.com/u/12587685?v=4)](https://github.com/zafex "zafex (12 commits)")

---

Tags

librarymediacomponentzafexviloveulfajrulaz

### Embed Badge

![Health badge](/badges/viloveul-media/health.svg)

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

###  Alternatives

[asgardcms/media-module

Media module for AsgardCMS. Handles the media library.

1130.6k2](/packages/asgardcms-media-module)[mariojgt/witchcraft

A Laravel Package Witchcraft, a quick start for new laravel Packages

312.6k](/packages/mariojgt-witchcraft)

PHPackages © 2026

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