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

AbandonedSymfony-bundle

c33s/simple-gallery-bundle
==========================

Simple drop-in propel / admingenerator galleries for Symfony2

v0.2.1(10y ago)0361MITPHPPHP &gt;=5.3.3

Since Aug 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vworldat/SimpleGalleryBundle)[ Packagist](https://packagist.org/packages/c33s/simple-gallery-bundle)[ Docs](https://github.com/vworldat/SimpleGalleryBundle)[ RSS](/packages/c33s-simple-gallery-bundle/feed)WikiDiscussions master Synced 1mo ago

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

SimpleSimpleGalleryBundle
=========================

[](#simplesimplegallerybundle)

Simple drop-in propel / admingenerator galleries for Symfony2

*THIS IS WORK IN PROGRESS! USE AT YOUR OWN RISK!*

Quickdocs
---------

[](#quickdocs)

- install
- add to appkernel
- enable admingenerator

fixtures.yml:

```
C33s\SimpleGalleryBundle\Model\Gallery:
    background:
        title:                      Background
        slug:                       background
        is_listed:                  false
        ImagesLoadFromDirectory:    app/propel/attachments/Gallery/background
        ImageFilePath:              app/propel/attachments/Gallery/background/gallery-avatar.jpg

```

twig:

simple example

```

{% for item in single_gallery('GallerySlug').galleryItems %}

{% endfor %}

```

example with vegas slider:

```
$(function() {
    $.vegas('slideshow', {
  delay: 5000,
  backgrounds: [{% spaceless %}
   {% for item in single_gallery('background').galleryItems %}
    { src: '{{ item.image|att_url('header') }}', fade: 1000 }{% if not loop.last %},{% endif %}
   {% endfor %}
  {% endspaceless %}]
    })('overlay', {
     src: '{% image 'media/components/vegas/dist/overlays/06.png' %}{{ asset_url }}{% endimage %}'
 });
});

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~69 days

Total

5

Last Release

4003d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/649209?v=4)[Julian](/maintainers/c33s)[@c33s](https://github.com/c33s)

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

---

Top Contributors

[![vworldat](https://avatars.githubusercontent.com/u/650955?v=4)](https://github.com/vworldat "vworldat (8 commits)")[![c33s](https://avatars.githubusercontent.com/u/649209?v=4)](https://github.com/c33s "c33s (1 commits)")

### Embed Badge

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

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

###  Alternatives

[glorpen/propel-bundle

Propel events and model extending for Symfony2.

1085.8k1](/packages/glorpen-propel-bundle)[alphalemon/alphalemon-cms-bundle

AlphaLemon CMS is an Open Source Content Management System Application, built on top of Symfony2 Framework, providing an easy an intuitive user-interface, to improve the website's content management experience

261.0k](/packages/alphalemon-alphalemon-cms-bundle)

PHPackages © 2026

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