PHPackages                             webmaxsk/maximages - 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. [Image &amp; Media](/categories/media)
4. /
5. webmaxsk/maximages

ActiveSilverstripe-vendormodule[Image &amp; Media](/categories/media)

webmaxsk/maximages
==================

Simple image gallery for any dataobject

3.1.x-dev(10y ago)09652BSD-3-ClausePHP

Since Jan 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Webmaxsk/maximages)[ Packagist](https://packagist.org/packages/webmaxsk/maximages)[ RSS](/packages/webmaxsk-maximages/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

maximages
=========

[](#maximages)

Images for any data object

Installation
------------

[](#installation)

```
composer require "webmaxsk/maximages:*"
```

You can add images to any Page via CMS. You can disable images for any Page subclass by adding config to \_config/config.yml:

```
SilverStripe\ErrorPage\ErrorPage:
  images:
    enabled: false
SilverStripe\CMS\Model\VirtualPage:
  images:
    enabled: false
SilverStripe\CMS\Model\RedirectorPage:
  images:
    enabled: false
```

The maximum number of images can be also specified in the config using the following syntax (default is 20 for a page):

```
SilverStripe\Blog\Model\BlogPost:
  images:
    count: 50
```

You can add images to any DataObject too, just extend DataObject with ObjectImagesExtension.

Usage
-----

[](#usage)

Add images to your template

```

	               $CroppedImage(200,200)

```

Add any lightbox you like, it is not included in this module!

Example usage
-------------

[](#example-usage)

check

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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

Unknown

Total

1

Last Release

3776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85b58217e853d9e5408000bf58374b254fc79c5d1a445c49000ed9f06c248ad3?d=identicon)[silverstripesk](/maintainers/silverstripesk)

---

Top Contributors

[![silverstripesk](https://avatars.githubusercontent.com/u/644242?v=4)](https://github.com/silverstripesk "silverstripesk (16 commits)")[![DorsetDigital](https://avatars.githubusercontent.com/u/15108750?v=4)](https://github.com/DorsetDigital "DorsetDigital (7 commits)")

---

Tags

silverstripeimagesphotosgallery

### Embed Badge

![Health badge](/badges/webmaxsk-maximages/health.svg)

```
[![Health](https://phpackages.com/badges/webmaxsk-maximages/health.svg)](https://phpackages.com/packages/webmaxsk-maximages)
```

###  Alternatives

[andrewhoule/silverstripe-photogallery

Creates a basic photo gallery pagetype with albums and photos. Photos within albums are opened with a lightbox.

117.0k1](/packages/andrewhoule-silverstripe-photogallery)[frankmullenger/gallery

SilverStripe Gallery Module

243.7k1](/packages/frankmullenger-gallery)[craffft/contao-photoalbums2

Photoalbums2 for Contao OpenSource CMS

121.2k1](/packages/craffft-contao-photoalbums2)

PHPackages © 2026

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