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. junichi11/plupload

AbandonedArchivedCakephp-plugin

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

CakePHP Plugin for plupload

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

Since Oct 3Pushed 12y ago3 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 1mo 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 32% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

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

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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[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.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3164.5k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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