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

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

evolutasrl/dropzone-bundle
==========================

Symfony DropzoneBundle

3.1(6y ago)5173[2 issues](https://github.com/evolutasrl/DropzoneBundle/issues)MITPHPPHP &gt;=5.3.9

Since Apr 21Pushed 6y ago3 watchersCompare

[ Source](https://github.com/evolutasrl/DropzoneBundle)[ Packagist](https://packagist.org/packages/evolutasrl/dropzone-bundle)[ Docs](http://evolutasrl.github.com)[ RSS](/packages/evolutasrl-dropzone-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (3)Used By (0)

DropzoneBundle
==============

[](#dropzonebundle)

The DropzoneBundle adds support for a **direct S3 upload** in Symfony2 forms. It provides a form type for sending files directly to your Amazon AWS S3 bucket without touch your webserver.

Read more about this technique [in Aws website](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-authentication-HTTPPOST.html).

Features include:

- Single file upload
- Multiple file upload

This bundle is well unit tested by phpspec.

[![Build Status](https://camo.githubusercontent.com/a4c1ef83c4be90d5a6dc5cdf873599de5bff0b52a4b8e0fb24b96708e76887f4/68747470733a2f2f7472617669732d63692e6f72672f65766f6c75746173726c2f44726f707a6f6e6542756e646c652e737667)](https://travis-ci.org/evolutasrl/DropzoneBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/36d20ca172088f6429f5a4f6ec15d2658229ae745809dd2f0ed8f14f06dbf154/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65766f6c75746173726c2f44726f707a6f6e6542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/evolutasrl/DropzoneBundle/?branch=master)

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

[](#installation)

Installation is a quick (I promise!) 4 step process:

1. Download DropzoneBundle using composer
2. Enable the Bundle
3. Configure the DropzoneBundle
4. Javascript and css

\###Step 1: Download DropzoneBundle using composer

Require the bundle with composer:

```
   $ composer require evoluta/dropzone-bundle "1.0.x-dev"

```

Composer will install the bundle to your project's `vendor/evoluta/dropzone-bundle` directory.

\###Step 2: Enable the bundle

Enable the bundle in the kernel::

```
