PHPackages                             fojuth/plupload - 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. fojuth/plupload

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

fojuth/plupload
===============

A Laravel 4 implementation of Plupload (http://www.plupload.com/).

1.3(11y ago)162.5k9[1 issues](https://github.com/fojuth/plupload/issues)MITJavaScriptPHP &gt;=5.4.0

Since Nov 29Pushed 11y ago2 watchersCompare

[ Source](https://github.com/fojuth/plupload)[ Packagist](https://packagist.org/packages/fojuth/plupload)[ RSS](/packages/fojuth-plupload/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

Plupload for Laravel 5
======================

[](#plupload-for-laravel-5)

A simple Laravel 5 implementation of [Plupload](http://www.plupload.com/). Makes uploading multiple files easy.

Template engine support
-----------------------

[](#template-engine-support)

The package supports Twig and Blade templating engines.

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

[](#installation)

1. Install the package using [Composer](http://getcomposer.org).
2. Add `'Fojuth\Plupload\PluploadServiceProvider'` to the provider section in `app/config/app.php`.
3. (Twig only) Add `'Fojuth\Plupload\TwigExtension'` to Twig extensions in `app/config/packages/rcrowe/twigbridge/extensions.php`.
4. Publish the package's assets using this command: `php artisan publish:asset fojuth/plupload`.
5. You may wish to publish the config files, to override them: `php artisan publish:config fojuth/plupload`.

Usage
-----

[](#usage)

### Twig

[](#twig)

- Basic upload interface:

```
{{ plupload() }}

```

You can set multiple uploaders, if needed.

- Use a custom view, name the "browse" button (e.g. for JS) and specify the prefix for all the uploader's DOM elements:

```
{{ plupload($view_path, 'mah-button', 'uploader-1') }}

```

### Blade

[](#blade)

- Basic upload interface:

```
@plupload()

```

You can set multiple uploaders, if needed.

- Use a custom view, name the "browse" button (e.g. for JS) and specify the prefix for all the uploader's DOM elements:

```
@plupload($view_path, 'mah-button', 'uploader-1')

```

Support
-------

[](#support)

The package is provided **as is**. If it breaks after some update - it breaks :)

Feedback
--------

[](#feedback)

If you have any suggestions, questions feel free to contact me.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~98 days

Total

4

Last Release

4254d ago

PHP version history (2 changes)1.0PHP &gt;=5.3.0

1.2PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5b0e546b3630449677b186b31b08f9ddd454aeb96c6cd296a0ec177ed6847f5?d=identicon)[fojuth](/maintainers/fojuth)

---

Top Contributors

[![fojuth](https://avatars.githubusercontent.com/u/2622146?v=4)](https://github.com/fojuth "fojuth (16 commits)")[![svpernova09](https://avatars.githubusercontent.com/u/967362?v=4)](https://github.com/svpernova09 "svpernova09 (5 commits)")[![jildertmiedema](https://avatars.githubusercontent.com/u/3383186?v=4)](https://github.com/jildertmiedema "jildertmiedema (2 commits)")[![radmen](https://avatars.githubusercontent.com/u/1190255?v=4)](https://github.com/radmen "radmen (1 commits)")

---

Tags

laravelpluploadfile-upload

### Embed Badge

![Health badge](/badges/fojuth-plupload/health.svg)

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

###  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)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[dcblogdev/laravel-dropbox

A Laravel Dropbox v2 package

3263.0k](/packages/dcblogdev-laravel-dropbox)[recca0120/upload

Ajax Upload Large File Support jQuery-File-Upload, FileApi, Plupload, For framework Laravel

816.5k](/packages/recca0120-upload)[kingofcode/laravel-uploadable

Laravel Uploadable trait to automatically upload images and files with minimum configuration

286.4k](/packages/kingofcode-laravel-uploadable)

PHPackages © 2026

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