PHPackages                             qusai/easy-upload-files - 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. qusai/easy-upload-files

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

qusai/easy-upload-files
=======================

to make uploading files very easy

0.10(4y ago)112MITPHPPHP ^8.0

Since Feb 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Qusaix/laravel_easy_file_uploader)[ Packagist](https://packagist.org/packages/qusai/easy-upload-files)[ RSS](/packages/qusai-easy-upload-files/feed)WikiDiscussions main Synced today

READMEChangelog (10)DependenciesVersions (12)Used By (0)

[![Image of plan](https://camo.githubusercontent.com/96e2c05acb2a29e837e8b548a01d7219f92810e613104b71b7bf1a4f07c4004f/68747470733a2f2f696d616765732e756e73706c6173682e636f6d2f70686f746f2d313630363736383636363835332d3430336339306139383161643f697869643d4d5877784d6a4133664442384d48787761473930627931775957646c6648783866475675664442386648772533442669786c69623d72622d312e322e31266175746f3d666f726d6174266669743d63726f7026773d3232353126713d3830)](https://camo.githubusercontent.com/96e2c05acb2a29e837e8b548a01d7219f92810e613104b71b7bf1a4f07c4004f/68747470733a2f2f696d616765732e756e73706c6173682e636f6d2f70686f746f2d313630363736383636363835332d3430336339306139383161643f697869643d4d5877784d6a4133664442384d48787761473930627931775957646c6648783866475675664442386648772533442669786c69623d72622d312e322e31266175746f3d666f726d6174266669743d63726f7026773d3232353126713d3830)

laravel\_easy\_file\_uploader
=============================

[](#laravel_easy_file_uploader)

simple package for uploading files in laravel frame-work.

HOW TO USE
==========

[](#how-to-use)

- INSTALL THE PACKAGE THROW THIS COMMAND `composer require qusai/easy-upload-files`
- ADD THE SERVEICE PROVIDER IN THE `app.php`

```
        Qusai\Upload\Providers\UploadFileServiceProvider::class
```

- GO TO THE `filesystem.php` AND ADD THIS CODE INIT SO THE PACKAGE WILL WORK PROPERLY

```
       'easy_file_uploader' => [
            'driver' => 'local',
            'root'   => public_path() . '/',
             'url' => env('APP_URL'). '/',
             'visibility' => 'public'
        ]
```

- WHEN YOU NEED TO USE THIS PACKAGE YOU CAN CALL IT LIKE THIS

```
        use Qusai\Upload\UploadFiles;

        class className extends Controller {
                ...
                use UploadFiles;

                public function functionName(Request $request)
                {
                        .....
                        $this->uplaodFile('FOLDERNAME',$request->file('FILE INPUT NAME IN THE REQUEST'));
                }
        }
```

GOOD LUCK:)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Recently: every ~67 days

Total

11

Last Release

1637d ago

PHP version history (2 changes)0.0.1PHP ^7.3

0.10PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3287b594398b783bc00a05f9848afbeeb7242fcc0a695d7f33eeb8afd31597b3?d=identicon)[Qusaix](/maintainers/Qusaix)

---

Top Contributors

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

---

Tags

composer-packageeasy-to-uselaravel-easylaravel-framelaravel-uploaderpackageupload-fileupload-imagesupload-pictures

### Embed Badge

![Health badge](/badges/qusai-easy-upload-files/health.svg)

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

###  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.8M123](/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.7M61](/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)
