PHPackages                             christmann/pluploadbundle - 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. christmann/pluploadbundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

christmann/pluploadbundle
=========================

plupload for symfony

1141JavaScript

Since Feb 3Pushed 12y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

CIMPluploadBundle
=================

[](#cimpluploadbundle)

The CIMPluploadBundle adds support for plupload in Symfony2.

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

[](#installation)

### Step 1: Download CIMPluploadBundle using composer

[](#step-1-download-cimpluploadbundle-using-composer)

Add CIMPluploadBundle in your composer.json:

```
{
    "require": {
        "christmann/pluploadbundle": "dev-Symfony2.3"
    }
}
```

You could use "dev-Symfony2.2" for Symfony2.2 or "dev-master" for Symfony2.1.

Now download the bundle per command.

```
$ php composer.phar update christmann/pluploadbundle
```

Now Composer install the bundle to your project's `vendor/CIM/PluploadBundle` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
