PHPackages                             mkn/laravel-file-uploader - 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. mkn/laravel-file-uploader

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

mkn/laravel-file-uploader
=========================

Ready Made File Upload Function

v1.0.0(5y ago)028MITPHP

Since Jul 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MinKyawNyunt/laravel-file-uploader)[ Packagist](https://packagist.org/packages/mkn/laravel-file-uploader)[ RSS](/packages/mkn-laravel-file-uploader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel File Uploader
=====================

[](#laravel-file-uploader)

Ready Made File model and table including encryption and 100% editable.

Installation
------------

[](#installation)

```
composer require mkn/laravel-file-uploader
php artisan migrate  --path=vendor/mkn/laravel-file-uploader/src/database/migrations
php artisan vendor:publish --provider="mkn\LaravelFileUploader\FileUploaderServiceProvider"

```

Usage
-----

[](#usage)

```
use App/FileUpload;

$file = FileUpload::single($request->paramenter, $directory); //for single upload return an id
$file = FileUpload::multiple($request->paramenters, $directory); //for multiple upload return array with ids

$file = FilUpload::findOrFail(1);
$file->deleteFile(); //to delete file
$file->showFile(); //to show file
$file->downloadFile(); //to download file

```

**All code can edit in App/FileUpload**

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fdf29ce3d584c67bc95fa6b66063b793642da367e85fd68df38f564397fdb8a?d=identicon)[Min Kyaw Nyunt](/maintainers/Min%20Kyaw%20Nyunt)

---

Top Contributors

[![MinKyawNyunt](https://avatars.githubusercontent.com/u/26204153?v=4)](https://github.com/MinKyawNyunt "MinKyawNyunt (13 commits)")

### Embed Badge

![Health badge](/badges/mkn-laravel-file-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/mkn-laravel-file-uploader/health.svg)](https://phpackages.com/packages/mkn-laravel-file-uploader)
```

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