PHPackages                             c4tech/upload - 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. c4tech/upload

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

c4tech/upload
=============

A basic package for handling uploaded files.

1.0.1(10y ago)0125MITPHPPHP &gt;=5.4.0

Since Oct 6Pushed 10y ago3 watchersCompare

[ Source](https://github.com/C4Tech/laravel-upload)[ Packagist](https://packagist.org/packages/c4tech/upload)[ RSS](/packages/c4tech-upload/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Upload
======

[](#upload)

File uploads are nice. We were processing uploaded files in so many applications, that it became easier to make a single, polymorphic relation for reuse across applications and entities.

[![Latest Stable Version](https://camo.githubusercontent.com/57f0ea6182a302a4f0dcaac57a7f2dc820bac615ad3b674cc488530ee730a2ae/68747470733a2f2f706f7365722e707567782e6f72672f6334746563682f75706c6f61642f762f737461626c65)](https://packagist.org/packages/c4tech/upload)[![Build Status](https://camo.githubusercontent.com/42312f5d82bea14e09307f2862e567d14339f34c6a955a8be27615aed49697c0/68747470733a2f2f7472617669732d63692e6f72672f4334546563682f6c61726176656c2d75706c6f61642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/C4Tech/laravel-upload)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/681584372f7f9e1d4c390f8112d98e01cd70eae02ea6f71c44a04c9b37953b68/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4334546563682f6c61726176656c2d75706c6f61642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/C4Tech/laravel-upload/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1ddb05cd56ced1c714ac59881a36f54d07d722f5f4b722230ea503bbfb197ff6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4334546563682f6c61726176656c2d75706c6f61642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/C4Tech/laravel-upload/?branch=master)

What's in the box?
------------------

[](#whats-in-the-box)

The Upload model is simple enough. It comes paired with traits, for both Models and Repositories, to provide the necessary functionality to relate to uploads.

Installation and setup
----------------------

[](#installation-and-setup)

1. Add `"c4tech/upload": "1.x"` to your composer requirements and run `composer update`.
2. Add `C4tech\Upload\ServiceProvider` to your service providers config array.
3. Run `php artisan vendor:publish` to get the migrations.
4. Run `php artisan migrate` to set up the migrations.
5. (Optional) Edit `config/upload.php` and change entries in `models` and `repos` to match your class names.
6. (Optional) Map the Repository Facades in your facades config array for fast access: a. `"Upload" => "C4tech\Upload\Facade"`

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e6fb89d770c4fde72e49198fe21a5ee0edf0f04f3928718bf84f5ef026336ae6?d=identicon)[impleri](/maintainers/impleri)

---

Top Contributors

[![impleri](https://avatars.githubusercontent.com/u/604612?v=4)](https://github.com/impleri "impleri (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/c4tech-upload/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[illuminate/filesystem

The Illuminate Filesystem package.

16165.0M3.2k](/packages/illuminate-filesystem)

PHPackages © 2026

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