PHPackages                             vivekmarakana/yii2-image-gallery-selector - 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. vivekmarakana/yii2-image-gallery-selector

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

vivekmarakana/yii2-image-gallery-selector
=========================================

multiple image selector from gallery for yii2

21.1k2PHP

Since Sep 10Pushed 5y ago2 watchersCompare

[ Source](https://github.com/vivekmarakana/yii2-image-gallery-selector)[ Packagist](https://packagist.org/packages/vivekmarakana/yii2-image-gallery-selector)[ RSS](/packages/vivekmarakana-yii2-image-gallery-selector/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Image Gallery Selector
===========================

[](#yii2-image-gallery-selector)

[![Total Downloads](https://camo.githubusercontent.com/552fcab69fa91cda6beed285922ad64b4234162dd652ab8d9f604b3cfb6400af/68747470733a2f2f706f7365722e707567782e6f72672f766976656b6d6172616b616e612f796969322d696d6167652d67616c6c6572792d73656c6563746f722f646f776e6c6f616473)](//packagist.org/packages/vivekmarakana/yii2-image-gallery-selector)[![Monthly Downloads](https://camo.githubusercontent.com/7c0da2b9f946646483f29ea151c8030850e427365e5fbe7651b232cba67764d8/68747470733a2f2f706f7365722e707567782e6f72672f766976656b6d6172616b616e612f796969322d696d6167652d67616c6c6572792d73656c6563746f722f642f6d6f6e74686c79)](//packagist.org/packages/vivekmarakana/yii2-image-gallery-selector)[![License](https://camo.githubusercontent.com/e6b6216c24d4f4bffab1eab756d45a52b63d97263ef205c69b1c8b883c0365bf/68747470733a2f2f706f7365722e707567782e6f72672f766976656b6d6172616b616e612f796969322d696d6167652d67616c6c6572792d73656c6563746f722f6c6963656e7365)](//packagist.org/packages/vivekmarakana/yii2-image-gallery-selector)

multiple image selector from gallery for yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist vivekmarakana/yii2-image-gallery-selector "dev-master"

```

or add

```
"vivekmarakana/vivekmarakana/yii2-image-gallery-selector": "dev-master"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
$images = [];
foreach (Image::find()->each(100) as $row) {
    $images[] = [
        'name' => $row->image_name, //optional
        'url' => $row->url,
        'id' => 'image-' . $row->id,
    ];
}

echo \vivekmarakana\widgets\GallerySelector::widget(['images' => $images]);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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://avatars.githubusercontent.com/u/1450888?v=4)[Vivek Marakana](/maintainers/vivekmarakana)[@vivekmarakana](https://github.com/vivekmarakana)

---

Top Contributors

[![vivekmarakana](https://avatars.githubusercontent.com/u/1450888?v=4)](https://github.com/vivekmarakana "vivekmarakana (24 commits)")

### Embed Badge

![Health badge](/badges/vivekmarakana-yii2-image-gallery-selector/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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