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(5mo ago)085MITPHPPHP &gt;=8.0

Since Sep 28Pushed 5mo 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 1mo ago

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

36

—

LowBetter than 82% of packages

Maintenance70

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

172d ago

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

1.0.9PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0875145f1e57998bf8939c94b95f0be2497f307dfb42418a75e8ac90bc7d7ba7?d=identicon)[sasa1007](/maintainers/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

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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