PHPackages                             netinfluence/upload-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. [File &amp; Storage](/categories/file-storage)
4. /
5. netinfluence/upload-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

netinfluence/upload-bundle
==========================

Get a multiple file AJAX upload done in minutes

1.2.0(7y ago)63341MITPHPPHP &gt;=5.6

Since Apr 22Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (11)Versions (18)Used By (0)

NetinfluenceUploadBundle
========================

[](#netinfluenceuploadbundle)

User and developer friendly file upload.
*Versions 0.x supports Symfony 2.x only, version 1.1 add support for Symfony 3.x, v1.2 supports Symfony 2 to 4.x.*

Features:

- a nice AJAX-powered async upload powered by [DropzoneJS](http://www.dropzonejs.com/)
- **totally integrated with Symfony2 forms** and transparent to use!
- of course files are properly validated
- multiple files upload too
- files are uploaded to any storage of your choice (local filesystem, Amazon...) using [Gaufrette](https://github.com/KnpLabs/KnpGaufretteBundle)
- files are stored in a sandbox first
- integrates with Doctrine ORM: files are moved from sandbox upon entity save
- when coming back to the form, files can be removed
- when needed, thumbnails are generated using [LiipImagineBundle](https://github.com/liip/LiipImagineBundle)
- internationalized in English and French, you can easily add more
- very easily overridable and customizable, if you don"t want any of the above

[![Latest Stable Version](https://camo.githubusercontent.com/732cfd9a0bad2f8b2326841e84140839423cb94e1b6d75845e9b954073ecb6eb/68747470733a2f2f706f7365722e707567782e6f72672f6e6574696e666c75656e63652f75706c6f61642d62756e646c652f762f737461626c65)](https://packagist.org/packages/netinfluence/upload-bundle)[![Build Status](https://camo.githubusercontent.com/63bcb781737af733f0993160b26bc427460ddd780ed936f85cd65be6f5f93552/68747470733a2f2f7472617669732d63692e6f72672f6e6574696e666c75656e63652f4e6574696e666c75656e636555706c6f616442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/netinfluence/NetinfluenceUploadBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/bdaa98a1279f5821093c4b1eba9d24b024649c3542b02d4b5e07a1435740ec52/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33386662363564342d643639302d346162662d623337302d6461346161663161346230662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/38fb65d4-d690-4abf-b370-da4aaf1a4b0f)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7d3bf25cfa302f63da64a9d189fa56ffc674b4e536efe4ff37cddc73857bb5f0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e6574696e666c75656e63652f4e6574696e666c75656e636555706c6f616442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/netinfluence/NetinfluenceUploadBundle/?branch=master)

Documentation
-------------

[](#documentation)

*Documentation for O.xx versions*

**Getting started:**

- [Installation](Resources/doc/start/install.md)
- [Setting up storage filesystems](Resources/doc/start/storage.md)
- [Using the form type](Resources/doc/start/usage.md)
- [Saving uploaded files](Resources/doc/start/saving.md)
- [Final notes](Resources/doc/start/final_note.md)

**Cookbook:**

- [Multiple files upload](Resources/doc/cookbook/multiple_upload.md)
- [Adding extra fields to form](Resources/doc/cookbook/extra_field.md)
- [Manipulating uploaded file](Resources/doc/cookbook/manipulating_file.md)
- [Changing thumbnail size](Resources/doc/cookbook/thumbnail_size.md)

**Advanced:**

- [Configuration reference](Resources/doc/advanced/reference.md)
- [Some note about internals](Resources/doc/advanced/internals.md)

###  Health Score

32

—

LowBetter than 70% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~353 days

Total

17

Last Release

2639d ago

Major Versions

0.12.2 → 1.0.02019-03-11

PHP version history (2 changes)0.8PHP &gt;=5.3.9

1.0.0PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/919405?v=4)[Romaric Drigon](/maintainers/romaricdrigon)[@romaricdrigon](https://github.com/romaricdrigon)

---

Top Contributors

[![romaricdrigon](https://avatars.githubusercontent.com/u/919405?v=4)](https://github.com/romaricdrigon "romaricdrigon (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netinfluence-upload-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.8M710](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

641140.7k103](/packages/oro-platform)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M195](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)

PHPackages © 2026

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