PHPackages                             serega3000/elgg\_gallery\_field - 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. serega3000/elgg\_gallery\_field

ActiveElgg-plugin

serega3000/elgg\_gallery\_field
===============================

1111PHP

Since Apr 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/serega3000/elgg_gallery_field)[ Packagist](https://packagist.org/packages/serega3000/elgg_gallery_field)[ RSS](/packages/serega3000-elgg-gallery-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Gallery field module for elgg 1.9, 1.10

This module allow you to add simple gallery to blog posts and pages.

In settings page you can select, enable or disable gallery for blogs or pages.

\##Installing

\###Using composer

```
composer require serega3000/elgg_gallery_field:dev-master

```

\###Manually

```
Copy all files from this repository to folder mod/gallery_field of your Elgg installation

```

\##Adding to your module

If you writing your own module, you can simply add gallery to your entity view:

```
$body .= elgg_view('gallery_field/images_list', array(
	'entity' => $entity,
));

```

Or you can extend any entity view.

```
elgg_extend_view('object/blog', 'gallery_field/images_list');

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/5586240?v=4)[Sergey S.](/maintainers/serega3000)[@serega3000](https://github.com/serega3000)

### Embed Badge

![Health badge](/badges/serega3000-elgg-gallery-field/health.svg)

```
[![Health](https://phpackages.com/badges/serega3000-elgg-gallery-field/health.svg)](https://phpackages.com/packages/serega3000-elgg-gallery-field)
```

PHPackages © 2026

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