PHPackages                             idea/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. idea/uploader

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

idea/uploader
=============

Package For Uploading Files

1.0(5y ago)08JavaScriptPHP &gt;=7.2

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aman5440/laraveluploader)[ Packagist](https://packagist.org/packages/idea/uploader)[ RSS](/packages/idea-uploader/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

laraveluploader
===============

[](#laraveluploader)

This package uses the dorpzone wrapped in a Laravel's blade component, provides the functionality to Upload Multiple files. It also allows you to linkthe uploaded files to link with related table.

### Installation via composer

[](#installation-via-composer)

composer require idea/uploader

### Integration Steps

[](#integration-steps)

After composer command, copy the service provider path and pase in app.php of your application #### Idea\\Uploader\\UploaderService::class

[](#ideauploaderuploaderserviceclass)

### jQuery Dependency

[](#jquery-dependency)

As mentioned, this package is using the Dropzone.js, jQuery must be loaded before dropzone. For this functiontionality, you must include jQuery in your layout File. We are doing this jQuery file sepration, only to prevent JS conflicts. So you must have only One jQuery File throughout the application. Here is some code from layout file #### &lt;script src="" crossorigin="anonymous"&gt;&lt;/script&gt;

@stack('scripts')

[](#script-srchttpscodejquerycomjquery-360minjs-crossoriginanonymousscriptstackscripts)

### Route Declaration

[](#route-declaration)

Philosophy of this package is to provide freedom to link uploaded file to with any section of application. For this you must have control on the uploading functionality. That's why this package need a route, the endpoint. ### &lt; x-myuploader-uploader-form action="claimFileUpload"/&gt;

[](#-x-myuploader-uploader-form-actionclaimfileupload)

You need to use this in your application's blade file, where the action is end point.

Next Step
---------

[](#next-step)

php artisan migrate ### In your controller

[](#in-your-controller)

Use Trait
use UploadableTrait;
from use Idea\\Uploader\\UploadableTrait;

In controller action function
$this-&gt;upload($request);

It will return the uploaded files Instances.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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

1847d ago

### Community

Maintainers

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

---

Top Contributors

[![aman5440](https://avatars.githubusercontent.com/u/68075653?v=4)](https://github.com/aman5440 "aman5440 (8 commits)")[![aman001](https://avatars.githubusercontent.com/u/6064550?v=4)](https://github.com/aman001 "aman001 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/idea-uploader/health.svg)

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[farhanshares/laravel-mediaman

MediaMan - The most elegant &amp; powerful media management package for Laravel!

293.7k](/packages/farhanshares-laravel-mediaman)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

194.3k](/packages/dgtlss-capsule)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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