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 3w 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 21% 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

1892d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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