PHPackages                             freedomsex/photo-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. freedomsex/photo-upload-bundle

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

freedomsex/photo-upload-bundle
==============================

1.1.8(4y ago)01[3 PRs](https://github.com/freedomsex/photo-upload-bundle/pulls)GPL-3.0-or-laterPHPPHP ^7.4

Since Apr 25Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (28)Versions (20)Used By (0)

PhotoUploadBundle
=================

[](#photouploadbundle)

Component for projects *FreedomSex*.

Provides image file download service. The interface of the entity of the file. Presets path and file naming configurations. A usage strategy may turn out to be project specific.

Default configuration
---------------------

[](#default-configuration)

```
photo_upload:
    width: 600  # max width
    height: 800 # max height
    quality: 80 # jpeg quality
    namer: 'upload_file_namer'
```

Basic usage
-----------

[](#basic-usage)

```
# PhotoController

use FreedomSex\PhotoUploadBundle\Services\FileUploader;
use FreedomSex\PhotoUploadBundle\Entity\FileInterface;

    public $fileUploader;

    public function __construct(FileUploader $fileUploader)
    {
        $this->fileUploader = $fileUploader;
    }

    public function upload(UploadedFile $file)
    {
        $entity = new Photo(); # implements FileInterface
        $this->fileUploader->upload($file, $entity);
    }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~1 days

Total

16

Last Release

1652d ago

PHP version history (2 changes)1.0.1PHP ^7.1.0

1.0.9PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef0022ba73eb67e483511c396c9377b8d8ebd9541c75a22e8cbaac876c882edd?d=identicon)[freedomsex](/maintainers/freedomsex)

---

Top Contributors

[![tebaly](https://avatars.githubusercontent.com/u/9466814?v=4)](https://github.com/tebaly "tebaly (36 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[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)

PHPackages © 2026

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