PHPackages                             glavweb/uploader-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. glavweb/uploader-dropzone-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

glavweb/uploader-dropzone-bundle
================================

Symfony GlavwebUploaderDropzoneBundle

v2.3.2(3w ago)01.4k3JavaScriptPHP &gt;=7.2.5CI failing

Since Jul 22Pushed 3w ago2 watchersCompare

[ Source](https://github.com/glavweb/GlavwebUploaderDropzoneBundle)[ Packagist](https://packagist.org/packages/glavweb/uploader-dropzone-bundle)[ RSS](/packages/glavweb-uploader-dropzone-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (6)Versions (26)Used By (0)

Installation
============

[](#installation)

### Get the bundle using composer

[](#get-the-bundle-using-composer)

Add GlavwebDropzoneBundle by running this command from the terminal at the root of your Symfony project:

```
php composer.phar require glavweb/uploader-dropzone-bundle
```

### Enable the bundle

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Glavweb\UploaderDropzoneBundle\GlavwebUploaderDropzoneBundle(),
        // ...
    );
}
```

To add resources to a twig confinuration.

```
twig:
    ...
    form_themes:
        - 'GlavwebUploaderDropzoneBundle:Form:fields.html.twig'

```

To add resources to a twig layout

```

{% block javascripts %}

    ...

    ...

{% endblock %}

{% block stylesheets %}

    ...

    ...

{% endblock %}

```

### Execute "assets:install".

[](#execute-assetsinstall)

```
php app/console assets:install

```

for Symfony3:

```
php bin/console assets:install

```

### Basic Usage.

[](#basic-usage)

You can create form, as this:

```
use Glavweb\UploaderDropzoneBundle\Form\ImageCollectionType;
use Glavweb\UploaderDropzoneBundle\Form\ImageType;
use Glavweb\UploaderDropzoneBundle\Form\VideoCollectionType;
use Glavweb\UploaderDropzoneBundle\Form\VideoType;

$form = $this->createFormBuilder($product)
    ->add('name', null, ['label' => 'name'])

    ->add('titleImage', ImageType::class, [
        'label'            => 'Image',
        'context'          => 'image',
        'thumbnail_filter' => 'image'
    ])

    ->add('imageGalleryItems', ImageCollectionType::class, [
        'label'            => 'Image Gallery',
        'context'          => 'image_gallery',
        'thumbnail_filter' => 'image_gallery'
    ])

    ->add('titleVideo', VideoType::class, [
        'label'            => 'Video',
        'context'          => 'video',
        'thumbnail_filter' => 'video'
    ])

    ->add('videoGalleryItems', VideoCollectionType::class, [
        'label'            => 'Video Gallery',
        'context'          => 'video',
        'thumbnail_filter' => 'video_gallery'
    ])
->getForm();

```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~150 days

Recently: every ~290 days

Total

25

Last Release

23d ago

Major Versions

v0.1.5 → v1.02017-03-17

v1.5.2 → v2.0.02021-07-19

v1.6.0 → v2.3.02023-05-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/323641293a1149ed44abfdf39f33c2d931f6cf8fda5bf2f269a2c80c3afe9c69?d=identicon)[nilov](/maintainers/nilov)

---

Top Contributors

[![nilov](https://avatars.githubusercontent.com/u/1862113?v=4)](https://github.com/nilov "nilov (13 commits)")[![Nitro-N](https://avatars.githubusercontent.com/u/4936491?v=4)](https://github.com/Nitro-N "Nitro-N (8 commits)")[![Fafnur](https://avatars.githubusercontent.com/u/3624224?v=4)](https://github.com/Fafnur "Fafnur (5 commits)")[![koloszko](https://avatars.githubusercontent.com/u/2341208?v=4)](https://github.com/koloszko "koloszko (1 commits)")[![RickRosten](https://avatars.githubusercontent.com/u/87745125?v=4)](https://github.com/RickRosten "RickRosten (1 commits)")

### Embed Badge

![Health badge](/badges/glavweb-uploader-dropzone-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/glavweb-uploader-dropzone-bundle/health.svg)](https://phpackages.com/packages/glavweb-uploader-dropzone-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M374](/packages/easycorp-easyadmin-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3691.3k16](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14114.1k13](/packages/netgen-content-browser)[mapbender/mapbender

Mapbender library

10418.0k6](/packages/mapbender-mapbender)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19322.9k3](/packages/symfony-ux-cropperjs)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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