PHPackages                             infoweb-internet-solutions/yii2-image-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. [Image &amp; Media](/categories/media)
4. /
5. infoweb-internet-solutions/yii2-image-gallery

ActiveYii2-extension[Image &amp; Media](/categories/media)

infoweb-internet-solutions/yii2-image-gallery
=============================================

Yii2 image gallery

1.0.8(11y ago)11673[6 issues](https://github.com/infoweb-internet-solutions/yii2-image-gallery/issues)MITPHP

Since Feb 16Pushed 10y ago5 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-image-gallery)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-image-gallery)[ RSS](/packages/infoweb-internet-solutions-yii2-image-gallery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

Image gallery extension for Yii 2
=================================

[](#image-gallery-extension-for-yii-2)

This extension provides a way to manage image galleries for your website.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist infoweb-internet-solutions/yii2-image-gallery "*"
```

or add

```
"infoweb-internet-solutions/yii2-image-gallery": "*"
```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed run this migration

```
yii migrate/up --migrationPath=@infoweb/gallery/migrations
```

And modify `backend/config/main.php` as follows:

```
return [
    ...
    'modules' => [
        'gallery' => [
            'class' => 'infoweb\gallery\Module',
        ],
    ],
    ...
];
```

Import the translations and use category **infoweb/gallery**:

```
yii i18n/import @infoweb/gallery/messages

```

Configuration
-------------

[](#configuration)

All available configuration options are listed below with their default values.

---

##### allowContentDuplication (type: `boolean`, default: `true`)

[](#allowcontentduplication-type-boolean-default-true)

If this option is set to `true`, the `duplicateable` jquery plugin is activated on all translateable attributes.

---

##### enableDescription (type: `boolean`, default: `true`)

[](#enabledescription-type-boolean-default-true)

If this option is set to `true`, it is possible to add a description.

---

##### enableDate (type: `boolean`, default: `true`)

[](#enabledate-type-boolean-default-true)

If this option is set to `true`, it is possible to add a date.

---

##### defaultThumbnailWidth (type: `integer`, default: `250`)

[](#defaultthumbnailwidth-type-integer-default-250)

This sets the default width for thumbnails

---

##### defaultThumbnailHeight (type: `integer`, default: `150`)

[](#defaultthumbnailheight-type-integer-default-150)

This sets the default height for thumbnails

---

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95.9% 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 ~0 days

Total

9

Last Release

4100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (47 commits)")[![fabiomaggio](https://avatars.githubusercontent.com/u/729877?v=4)](https://github.com/fabiomaggio "fabiomaggio (1 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (1 commits)")

---

Tags

imageyii2galleryinfowebyii2-image-gallery

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-image-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-image-gallery/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-image-gallery)
```

###  Alternatives

[onmotion/yii2-gallery

blueimp gallery with fileupload in your Yii2 application

143.1k](/packages/onmotion-yii2-gallery)[maxmirazh33/yii2-uploadable-cropable-image

Yii2 extension for upload and crop images

1020.8k](/packages/maxmirazh33-yii2-uploadable-cropable-image)[alex-bond/yii2-thumbler

Library for auto-creating thumbs of images

112.1k](/packages/alex-bond-yii2-thumbler)

PHPackages © 2026

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