PHPackages                             webfox/silverstripe-gallery - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webfox/silverstripe-gallery

AbandonedArchivedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

webfox/silverstripe-gallery
===========================

A Silverstripe extension to add up to two galleries/carousels etc to any page

v2.0.2(9y ago)04682MITPHP

Since Nov 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/webfox/silverstripe-gallery)[ Packagist](https://packagist.org/packages/webfox/silverstripe-gallery)[ RSS](/packages/webfox-silverstripe-gallery/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

silverstripe-gallery
====================

[](#silverstripe-gallery)

This plugin simply adds the required dataobjects and makes an extension available to automatically add up to two gallery/carousel etc tabs to any page on your site. This plugin does not do the frontend for you at all as there are so many different options that it's impracticable.

Just loop over `$PrimaryGalleryImages` or `$SecondaryGalleryImages` and render the slides out as you wish. `$Image` refers to the uploaded image `$Title` refers to the title on the image

Installation Instructions
-------------------------

[](#installation-instructions)

This module supports installation via composer only,

Run the following to add this module as a requirement and install it via composer.

```
composer require "webfox/silverstripe-gallery"
```

Next up add the required config settings, below is an example of adding a carousel to all Page and all subclasses, setting a custom folder for the images to upload to, and setting custom tab titles:

```
Page:
  primary_gallery:
    title: 'Carousel Images'
    folder: 'Carousel-Images'
  secondary_gallery:
    title: 'Gallery Images'
    folder: 'Gallery-Images'
  extensions:
    - GalleryExtension
```

By default both galleries are enabled, but can be disabled by setting `enabled` to `false`, which can also be used to disable the gallery on a subclass:

```
SubclassOfPage:
  primary_gallery:
    enabled: false
  secondary_gallery:
    enabled: false
```

then browse to `/dev/build?flush=all`

Requirements
------------

[](#requirements)

- Silverstripe 3.1+

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~79 days

Recently: every ~62 days

Total

6

Last Release

3491d ago

Major Versions

v1.0.2 → v2.0.02016-11-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/89a3fc3149eeb34725cdbe81bee9adc4a9db23425ef3595a3a115a4f23c813ea?d=identicon)[foxbytehq](/maintainers/foxbytehq)

---

Top Contributors

[![hailwood](https://avatars.githubusercontent.com/u/709773?v=4)](https://github.com/hailwood "hailwood (9 commits)")[![lestercomia](https://avatars.githubusercontent.com/u/7654763?v=4)](https://github.com/lestercomia "lestercomia (1 commits)")[![zanderwar](https://avatars.githubusercontent.com/u/13566916?v=4)](https://github.com/zanderwar "zanderwar (1 commits)")

---

Tags

silverstripegallerycarouselwebfox

### Embed Badge

![Health badge](/badges/webfox-silverstripe-gallery/health.svg)

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

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[silverstripe/sharedraftcontent

Share draft page content with non-CMS users

21424.1k12](/packages/silverstripe-sharedraftcontent)[axllent/silverstripe-cms-tweaks

Several CMS usability improvements

1726.4k1](/packages/axllent-silverstripe-cms-tweaks)[nzta/silverstripe-sitebanner

Site-wide banners activated through the CMS

1038.7k](/packages/nzta-silverstripe-sitebanner)

PHPackages © 2026

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