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

ActiveSymfony-bundle

defrag/plupload-bundle
======================

Provides a Plupload integration for your Symfony2 project.

34.5k[1 issues](https://github.com/defrag/plupload-bundle/issues)PHP

Since Dec 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/defrag/plupload-bundle)[ Packagist](https://packagist.org/packages/defrag/plupload-bundle)[ RSS](/packages/defrag-plupload-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Defrag Plupload Bundle
======================

[](#defrag-plupload-bundle)

Bundle for multiple uploads using Plupload

Installation **(Symfony 2.0.x only)**
-------------------------------------

[](#installation-symfony-20x-only)

##### 1. Add the following to your `composer.json` file:

[](#1-add-the-following-to-your-composerjson-file)

```
    "defrag/plupload-bundle" : "dev-master"
```

##### 2. Run composer update:

[](#2-run-composer-update)

```
    php composer.phar update defrag/plupload-bundle

```

##### 3. Register bundle in AppKernel.php

[](#3-register-bundle-in-appkernelphp)

```
    new Defrag\PluploadBundle\DefragPluploadBundle(),
```

##### 4. Set up configuration

[](#4-set-up-configuration)

```
    defrag_plupload:
        upload_service: re.asset_manager
        orm_class: RE\AssetBundle\Entity\Asset
```

##### 5. Add to your form

[](#5-add-to-your-form)

```
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('assets', 'plupload')
        ;
    }
```

upload\_service shall implement Defrag\\PluploadBundle\\Mode\\UploaderInterface.

This bundle just sets up basic plupload to use on existing site. Bundle is still in alpha, ive just recenly extraced it to be independent.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b69a1ca71c5d2ed554cb1da909c737cb4a88151bf67ca894b80379976085689?d=identicon)[defrag](/maintainers/defrag)

---

Top Contributors

[![defrag](https://avatars.githubusercontent.com/u/15900?v=4)](https://github.com/defrag "defrag (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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