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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devp-eu/tmcms-module-gallery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 2w 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 25% 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)
```

###  Alternatives

[pid/speakingurl

Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.

1.1k5.4k1](/packages/pid-speakingurl)[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

28132.7k2](/packages/kunstmaan-seo-bundle)

PHPackages © 2026

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