PHPackages                             backend2-plus/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. backend2-plus/upload-bundle

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

backend2-plus/upload-bundle
===========================

Symfony bundle for upload functionality with Flysystem support (uses existing MediaObject entity)

1.3.0(7mo ago)086MITPHPPHP &gt;=8.0

Since Sep 28Pushed 7mo agoCompare

[ Source](https://github.com/sasa1007/upload-bundle)[ Packagist](https://packagist.org/packages/backend2-plus/upload-bundle)[ RSS](/packages/backend2-plus-upload-bundle/feed)WikiDiscussions master Synced today

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

UploadBundle
============

[](#uploadbundle)

Symfony bundle for upload functionality with Flysystem support.

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

[](#installation)

### 1. Install bundle via Composer

[](#1-install-bundle-via-composer)

```
composer require backend2-plus/upload-bundle
```

### 2. Migrate existing code

[](#2-migrate-existing-code)

If you have existing code that uses `App\Bundles\Upload\MultipleUploadBundleService`, you need to change the import in controllers:

**Old:**

```
use App\Bundles\Upload\MultipleUploadBundleService;
```

**New:**

```
use Backend2Plus\UploadBundle\Service\App\Bundles\Upload\MultipleUploadBundleService;
```

### 3. Remove old files

[](#3-remove-old-files)

After migration, you can delete old files:

- `src/Controller/UploadController.php`
- `src/Bundles/Upload/` directory
- `config/packages/upload.yaml` (old)

Usage
-----

[](#usage)

### Upload Controller

[](#upload-controller)

Bundle provides API endpoint for upload:

```
POST /api/upload

```

### Services

[](#services)

- `Backend2Plus\UploadBundle\Service\UploadService` - main upload service
- `Backend2Plus\UploadBundle\Service\App\Bundles\Upload\MultipleUploadBundleService` - service for multiple upload

### Flysystem Configuration

[](#flysystem-configuration)

Bundle uses OneupFlysystemBundle for filesystem configuration. You need to configure:

```
# config/packages/oneup_flysystem.yaml
oneup_flysystem:
    adapters:
        public_uploads:
            local:
                directory: '%kernel.project_dir%/public/upload'
        private_uploads:
            local:
                directory: '%kernel.project_dir%/privatePictures'
    filesystems:
        public_uploads_filesystem:
            adapter: public_uploads
        private_uploads_filesystem:
            adapter: private_uploads
```

For support contact:

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance64

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Recently: every ~14 days

Total

17

Last Release

218d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.1

1.0.9PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27061283?v=4)[Sasa Milivojevic](/maintainers/sasa1007)[@sasa1007](https://github.com/sasa1007)

---

Top Contributors

[![sasa1007](https://avatars.githubusercontent.com/u/27061283?v=4)](https://github.com/sasa1007 "sasa1007 (22 commits)")

---

Tags

symfonybundleFlysystemupload

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)

PHPackages © 2026

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