PHPackages                             abcms/yii2-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. [File &amp; Storage](/categories/file-storage)
4. /
5. abcms/yii2-gallery

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

abcms/yii2-gallery
==================

v0.3.0(9y ago)157PHP

Since Dec 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dsoft/yii2-abcms-gallery)[ Packagist](https://packagist.org/packages/abcms/yii2-gallery)[ RSS](/packages/abcms-yii2-gallery/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Yii2 abcms gallery
==================

[](#yii2-abcms-gallery)

Simple image gallery admin module for yii2.

Installation:
-------------

[](#installation)

```
composer require abcms/yii2-gallery
```

Run the database migration:

```
./yii migrate --migrationPath=@vendor/abcms/yii2-gallery/migrations
```

Configuration:
--------------

[](#configuration)

Add module to the admin modules configuration array:

```
'modules' => [
    'gallery' => [
        'class' => 'abcms\gallery\module\Module',
    ],
],
```

Add categories and image sizes to params.php under gallery key:

```
'gallery' => [
    'categories' => [
        1 => [
            'name' => 'News',
            'sizes' => [
                'small' => [
                    'width' => 440,
                    'height' => 440,
                ],
            ],
        ],
    ],
],
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~158 days

Total

3

Last Release

3538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd81f555a58140d16867b75eb9948aca4a13e2255fbffde8c7f60d9dc1b04d3d?d=identicon)[abcms](/maintainers/abcms)

---

Top Contributors

[![ta-king](https://avatars.githubusercontent.com/u/12342612?v=4)](https://github.com/ta-king "ta-king (20 commits)")[![tony-52](https://avatars.githubusercontent.com/u/61053721?v=4)](https://github.com/tony-52 "tony-52 (5 commits)")

### Embed Badge

![Health badge](/badges/abcms-yii2-gallery/health.svg)

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

###  Alternatives

[liyunfang/yii2-upload-behavior

Upload behavior for Yii 2

161.7k](/packages/liyunfang-yii2-upload-behavior)

PHPackages © 2026

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