PHPackages                             mj07/fileupload - 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. mj07/fileupload

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

mj07/fileupload
===============

MJ Laravel file upload helper.

02PHP

Since Jun 4Pushed 11mo agoCompare

[ Source](https://github.com/Monirujjaman27/file-upload)[ Packagist](https://packagist.org/packages/mj07/fileupload)[ RSS](/packages/mj07-fileupload/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

File Upload For Laravel
=======================

[](#file-upload-for-laravel)

[🚀 Package on packagist.org](https://packagist.org/packages/monirujjaman27/file-upload)

### 📌 Install via Composer

[](#-install-via-composer)

Run the following command to install the package:

```
composer require mj07/fileupload
```

---

🛠️ Requirement
--------------

[](#️-requirement)

TechnologyVersion**PHP**&gt;=7.4---

🎨 Usage In Laravel
------------------

[](#-usage-in-laravel)

```
// import controller
use FileUpload
// Generate Slug
$filePath = FileUpload::upload($request->file('image'), 'uploads/images/');
dd($filePath);
```

#### 🎨 Output

[](#-output)

```
'uploads/images/file-name'
```

📌 Publish Vendor File
---------------------

[](#-publish-vendor-file)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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://www.gravatar.com/avatar/b84560e22d787de8b71b501ceb612a4f901824f360258dd600f95b1136dc3d73?d=identicon)[munirujjaman27](/maintainers/munirujjaman27)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mj07-fileupload/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[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)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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