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 4w 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 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

2651d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)

PHPackages © 2026

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