PHPackages                             wucdbm/gallery-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. wucdbm/gallery-bundle

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

wucdbm/gallery-bundle
=====================

A gallery bundle for Symfony 2 Applications that allows you to upload files to several places and keep track of them in your database.

v3.2.3(9y ago)047GPL-2.0PHPPHP ~5.5|~7.0

Since Dec 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/wucdbm/gallery-bundle)[ Packagist](https://packagist.org/packages/wucdbm/gallery-bundle)[ RSS](/packages/wucdbm-gallery-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (21)Used By (0)

gallery-bundle
==============

[](#gallery-bundle)

A simple gallery bundle that allows you to upload images, crop them and save references of them to your database.

Example config

This config assumes that your `http://some.host` points to `/home/user/project/uploads/public` and is configured properly to be publicly accessible

parameters.yml

```
parameters:
    uploads.root: /home/user/project/uploads
    uploads.host: 'http://some.host'

```

config.yml

```
parameters:
    revision: 1
    uploads.temp: %uploads.root%/temp
    uploads.public: %uploads.root%/public
    # Private is not used in this example, but you could point your webserver to index the public one
    # and have private files in the private and only serve them via symfony after authentication
    uploads.private: %uploads.root%/private

wucdbm_gallery:
    configs:
        articles:
            path: '%uploads.public%/articles'
            host: '%uploads.host%/articles/%%s?v=%revision%'
            temp: '%uploads.public%/temp/articles'
            name: Articles
        products:
            path: '%uploads.public%/products/images'
            # Please notice th double percent sign in %%s?v - the first percent escapes the second
            # the %s is being replaced with the image relative path via sprintf() in the ImageManager
            host: '%uploads.host%/products/images/%%s?v=%revision%'
            temp: '%uploads.public%/temp/images/products'
            name: Products
            defaults:
                ratio: banner
                size: banner
    aspect_ratios:
        frontpage:
            width: 17
            height: 9
        banner:
            width: 300
            height: 250
    sizes:
        frontpage:
            width: 1700
            height: 900
        banner:
            width: 300
            height: 250

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~25 days

Total

20

Last Release

3627d ago

PHP version history (2 changes)v3.0.0PHP ~5.5

v3.2.3PHP ~5.5|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/56129a0e9c0044d2857f405e0cf44b1c8f53bc86503dfc1c0ac3829401333c5e?d=identicon)[wucdbm](/maintainers/wucdbm)

---

Top Contributors

[![wucdbm](https://avatars.githubusercontent.com/u/1559022?v=4)](https://github.com/wucdbm "wucdbm (31 commits)")

---

Tags

Symfony2gallerywucdbmgallery bundle

### Embed Badge

![Health badge](/badges/wucdbm-gallery-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wucdbm-gallery-bundle/health.svg)](https://phpackages.com/packages/wucdbm-gallery-bundle)
```

PHPackages © 2026

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