PHPackages                             junichi11/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. junichi11/plupload

AbandonedArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

junichi11/plupload
==================

CakePHP Plugin for plupload

2.0.x-dev(13y ago)11176[1 issues](https://github.com/junichi11/CakePHP-Plupload-Plugin/issues)MITPHPPHP &gt;=5.3.0

Since Oct 3Pushed 13y ago1 watchersCompare

[ Source](https://github.com/junichi11/CakePHP-Plupload-Plugin)[ Packagist](https://packagist.org/packages/junichi11/plupload)[ Docs](https://github.com/junichi11/CakePHP-Plupload-Plugin)[ RSS](/packages/junichi11-plupload/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CakePHP Plupload Plugin
=======================

[](#cakephp-plupload-plugin)

Download
--------

[](#download)

- CakePHP Plupload Plugin
- jQueryUI
- plupload

Settings
--------

[](#settings)

- Put this plugin app/Plugin/Plupload
- Put jquery-ui Plugin/Plupload/webroot/jquery-ui
- Put pl(rename plupload/javascript -&gt; plupload/pl) Plugin/Plupload/webroot/pl

Add upload action
-----------------

[](#add-upload-action)

Add upload.php process to PluploadController upload action.

Language
--------

[](#language)

use /pl/i18n/ja.js (if you want to use Japanese)

Please set as follows.

```
$this->Plupload->setUploaderOptions(array(
    'locale' => 'ja',
    ...,
);

```

Usage
-----

[](#usage)

### Contoller

[](#contoller)

```
class HogeController extends AppController{
    public $components = array('Plupload.Plupload');
	public $helpers = array('Plupload.Plupload');
	public function add($id = null){
		$this->Plupload->setUploaderOptions(array(
			'locale' => 'ja',
			'runtimes' => 'html5',
//			'widget_url' => '/plupload/plupload/widget',
//			'url' => '/plupload/plupload/upload',
			'multipart_params' => array(
				'data[Image][model]' => 'Gallery',
				'data[Image][foreign_key]' => $id,
			)
		));
	}
}

```

### View

[](#view)

```

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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

4779d ago

### Community

Maintainers

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

---

Top Contributors

[![junichi11](https://avatars.githubusercontent.com/u/738383?v=4)](https://github.com/junichi11 "junichi11 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[roots/wp-stage-switcher

WordPress plugin that allows you to switch between different environments from the admin bar

374458.3k3](/packages/roots-wp-stage-switcher)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)

PHPackages © 2026

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