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

v3.0.0(1mo ago)01.5k3JavaScriptPHP &gt;=8.4CI failing

Since Jul 22Pushed 2mo 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 today

READMEChangelog (10)Dependencies (9)Versions (27)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 configuration.

```
twig:
    ...
    form_themes:
        - '@GlavwebUploaderDropzone/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

58

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

 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 ~145 days

Recently: every ~296 days

Total

26

Last Release

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

v2.3.2 → v3.0.02026-06-23

PHP version history (2 changes)v2.0.0PHP &gt;=7.2.5

v3.0.0PHP &gt;=8.4

### 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.3k18.3M415](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M767](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1301.7M3.0k](/packages/contao-core-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.

3693.1k16](/packages/netgen-layouts-core)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[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.

14116.3k14](/packages/netgen-content-browser)

PHPackages © 2026

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