PHPackages                             franzwilding/united-one-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. franzwilding/united-one-upload-bundle

Abandoned → [franzwilding/united-one-upload-bundle](/?search=franzwilding%2Funited-one-upload-bundle)ArchivedSymfony-bundle[File &amp; Storage](/categories/file-storage)

franzwilding/united-one-upload-bundle
=====================================

Symfony file upload type for United CMS

0133JavaScript

Since Dec 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/franzwilding/UnitedOneUploadBundle)[ Packagist](https://packagist.org/packages/franzwilding/united-one-upload-bundle)[ RSS](/packages/franzwilding-united-one-upload-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

UnitedOneUploadBundle
=====================

[](#unitedoneuploadbundle)

File &amp; Image upload form type for united cms. Files can be uploaded to the webserver or any other third party service. You can simply create your own custom upload handler to upload to any API.

Default implementations:

- simple file upload
- cloudinary file (image &amp; raw) upload

[![Upload field type](https://camo.githubusercontent.com/0330c2aa8e39aad0a6c71d7ea16e5338946b9bbe70ab816fbef404a0f4eaec12/687474703a2f2f7265732e636c6f7564696e6172792e636f6d2f74776f726f626f74732f696d6167652f75706c6f61642f76313432393639333935312f75706c6f61645f706d757866702e6a7067)](https://camo.githubusercontent.com/0330c2aa8e39aad0a6c71d7ea16e5338946b9bbe70ab816fbef404a0f4eaec12/687474703a2f2f7265732e636c6f7564696e6172792e636f6d2f74776f726f626f74732f696d6167652f75706c6f61642f76313432393639333935312f75706c6f61645f706d757866702e6a7067)

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

[](#installation)

Install symfony

```
composer create-project symfony/framework-standard-edition

```

Install UnitedOneUploadBundle

```
composer require franzwilding/united-one-upload-bundle

```

Register United bundles

```
/*
 * Optional, if you want to use the Upload bundle with United CMS
 * new United\CoreBundle\UnitedCoreBundle(),
 * new United\OneBundle\UnitedOneBundle(),
 */

new United\OneUploadBundle\UnitedOneUploadBundle(),

```

Add UnitedOneUploadBundle fields as twig form resource and add the register it for assetic.

```
# Twig Configuration
twig:
    form:
      resources:
          - UnitedOneUploadBundle:Form:fields.html.twig

# Assetic Configuration
assetic:
    bundles:        [ 'UnitedOneUploadBundle' ]

```

Use the new form types:

```
united_file, united_cloudinary_file

```

**Check out the Getting started tutorial (Comming soon)**

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/309309?v=4)[Franz Wilding](/maintainers/franzwilding)[@franzwilding](https://github.com/franzwilding)

---

Top Contributors

[![franzwilding](https://avatars.githubusercontent.com/u/309309?v=4)](https://github.com/franzwilding "franzwilding (2 commits)")

### Embed Badge

![Health badge](/badges/franzwilding-united-one-upload-bundle/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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