PHPackages                             kapitannwel/laravelfileupload - 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. kapitannwel/laravelfileupload

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

kapitannwel/laravelfileupload
=============================

Laravel File Upload

1.0.0(5y ago)05MITPHP

Since Apr 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kapitannwel/laravelfileupload)[ Packagist](https://packagist.org/packages/kapitannwel/laravelfileupload)[ RSS](/packages/kapitannwel-laravelfileupload/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

[](#laravel-file-upload)

This Laravel package contains functions for:

- Generating unique filename
- Saving uploaded file on a folder
- Deleting file on a folder

Uploaded files will be saved on the storage folder *(storage\\app\\public)*.

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

[](#installation)

```
composer require kapitannwel/laravelfileupload
```

Usage
-----

[](#usage)

```
use kapitannwel\LaravelFileUpload\LaravelFileUpload;

$file = $request->file('element');

LaravelFileUpload::generateUniqueFileName($file->getClientOriginalName(), 'folder_name');

LaravelFileUpload::deleteFile($filename, 'folder_name');

LaravelFileUpload::saveFile('folder_name', $file, $filename);
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1852d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/159022218?v=4)[kapitan](/maintainers/kapitan)[@kapitan](https://github.com/kapitan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kapitannwel-laravelfileupload/health.svg)

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

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