PHPackages                             devp-eu/tmcms-module-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. devp-eu/tmcms-module-gallery

ActiveLibrary

devp-eu/tmcms-module-gallery
============================

Module Gallery for TMCms

2441PHP

Since Sep 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/devp-eu/tmcms-module-gallery)[ Packagist](https://packagist.org/packages/devp-eu/tmcms-module-gallery)[ RSS](/packages/devp-eu-tmcms-module-gallery/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

tmcms-module-gallery
====================

[](#tmcms-module-gallery)

Module Gallery for TMCms

Module adds image gallery functionality as separate module AND as possibility to auto-create internal galleries for every Entity presented in any other module, e.g. Products, Articles, etc.

Usage for Entities
==================

[](#usage-for-entities)

Create Gallery column

```
// Data for table
...
$product = new ProductEntity();
$entity_class = strtolower(Converter::classWithNamespaceToUnqualifiedShort($product));

$images = new ImageEntityRepository();
$images->setWhereItemType($entity_class);
...
// Table Helper
...
'columns' => [
  ...,
  'gallery'    => [
    'type'   => 'gallery',
    'images' => $images,
  ],
  ...,
],
...
```

And add method for managing gallery images in `CmsClass`

```
...
public function images()
{
  $product_id = ... // whatever you need
  $product = new ProductEntity($product_id);
  echo ModuleGallery::getViewForCmsModules(product);
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/22a1474541a7dfa85f66c0b18736dc851c4f4718174e13c5f3b6aff6728f080c?d=identicon)[devp.eu](/maintainers/devp.eu)

---

Top Contributors

[![neTpyceB](https://avatars.githubusercontent.com/u/3941619?v=4)](https://github.com/neTpyceB "neTpyceB (63 commits)")[![ludmanp](https://avatars.githubusercontent.com/u/3193091?v=4)](https://github.com/ludmanp "ludmanp (3 commits)")

### Embed Badge

![Health badge](/badges/devp-eu-tmcms-module-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/devp-eu-tmcms-module-gallery/health.svg)](https://phpackages.com/packages/devp-eu-tmcms-module-gallery)
```

PHPackages © 2026

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