PHPackages                             it-blaster/uploadable-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. it-blaster/uploadable-bundle

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

it-blaster/uploadable-bundle
============================

The extended Symfony's Form File Type based on it-blaster/uploadable-behavior

v1.1.3(9y ago)08.1k↓80%1MITPHPPHP &gt;=5.3.2

Since Apr 24Pushed 9y ago7 watchersCompare

[ Source](https://github.com/it-blaster/uploadable-bundle)[ Packagist](https://packagist.org/packages/it-blaster/uploadable-bundle)[ Docs](https://github.com/it-blaster/uploadable-bundle)[ RSS](/packages/it-blaster-uploadable-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (1)

UploadableBundle
================

[](#uploadablebundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0014442941726f3358c37e69731ce8430c28041a3a877f98a14c5fb8adea227a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/uploadable-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/715d8470e2538ad9d6b0da293a2c6cc0076c2e82d12293d3003c74b4c4b890c0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/uploadable-bundle/build-status/master)[![License](https://camo.githubusercontent.com/a0fa05ae489992d18dbe10330d4222674dcc80c2bb896da7bacbdec554c44b68/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/it-blaster/uploadable-bundle)[![Total Downloads](https://camo.githubusercontent.com/2b42db168459944db24f2db8bb0799d3e49c0f3d671329e209e6ee0ef021cebb/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/it-blaster/uploadable-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/d990c534c4378f8c6998233219173cddda31036470a6241cdc634be0ce7d95d9/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/it-blaster/uploadable-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/48e7b7672baf1c2628658541d69706af5ff19f8f7530adf1805f4d8d6dbd0740/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f75706c6f616461626c652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/it-blaster/uploadable-bundle)

The extended Symfony's Form File Type based on [it-blaster/uploadable-behavior](https://github.com/it-blaster/uploadable-behavior).

It provides the ability to easily upload files, show links to them and display checkbox-controls for deletion them (only from database) in your forms.

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

[](#installation)

Add it-blaster/uploadable-bundle to your `composer.json` file and run `composer`

```
...
"require": {
    "it-blaster/uploadable-bundle": "1.0.*"
}
...
```

Register the bundle in your `AppKernel.php`

```
...
new Fenrizbes\UploadableBundle\FenrizbesUploadableBundle(),
...
```

Configure [it-blaster/uploadable-behavior](https://github.com/it-blaster/uploadable-behavior)

Usage
-----

[](#usage)

Now you can use the `uploadable` form type:

```
...
    ->add('MyFile', 'uploadable')
...
```

This type inherits all the `file` type's options (except `constraints`) and has own ones:

- `removable` (boolean, default: true) - display or not the checkbox-control for deletion
- `remove_label` (string, default: 'remove') - the label for checkbox-control (if it's enabled)
- `file_constraints` (array, default: null) - constraints for the `file` field

Configuration
-------------

[](#configuration)

The bundle has an only parameter `root_path` that determines the path to the project's root directory. Default value is `%kernel.root_dir%/../web`. You can configure it in your `config.yml` as follows:

```
...
fenrizbes_uploadable:
    root_path: /your/own/path
...
```

TODO
----

[](#todo)

- Delete previously uploaded files

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~104 days

Recently: every ~128 days

Total

6

Last Release

3567d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11211873?v=4)[Iaroslav Gashuk](/maintainers/fenrizbes)[@fenrizbes](https://github.com/fenrizbes)

---

Top Contributors

[![kugart](https://avatars.githubusercontent.com/u/14324571?v=4)](https://github.com/kugart "kugart (1 commits)")[![selezenev](https://avatars.githubusercontent.com/u/3917621?v=4)](https://github.com/selezenev "selezenev (1 commits)")

---

Tags

symfonyuploadformpropel

### Embed Badge

![Health badge](/badges/it-blaster-uploadable-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/it-blaster-uploadable-bundle/health.svg)](https://phpackages.com/packages/it-blaster-uploadable-bundle)
```

###  Alternatives

[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.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[presta/image-bundle

PrestaImageBundle is a Symfony bundle providing tools to resize uploaded and remote images before sending them through a classic form.

25159.5k](/packages/presta-image-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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